Skip to content

Commit 5671c3b

Browse files
committed
Merge branch 'ExpanderInPopupBug' of https://github.com/mou-haz/UI.WPF.Modern into ExpanderInPopupBug
1 parent 4dddcd5 commit 5671c3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/iNKORE.UI.WPF.Modern/Controls/Helpers/ExpanderAnimationsHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ private static FrameworkElement GetToAnimateControl(Expander expander)
304304
{
305305
expander.ApplyTemplate();
306306
toAnimateControl = expander.Template?.FindName(animationTargetName, expander) as FrameworkElement ??
307-
throw new ArgumentNullException("ToAnimateControl", $"Couldn't find the Border part to animate either update the ExpanderAnimationsHelper.ToAnimateControlName or rename the animation target part to default: {DefaultAnimationTargetPartName}");
307+
throw new ArgumentNullException("ToAnimateControl", $"Couldn't find the part to animate either update the ExpanderAnimationsHelper.ToAnimateControlName or rename the animation target part to default: {DefaultAnimationTargetPartName}");
308308
}
309309

310310
expander.SetValue(CachedToAnimateControlProperty, toAnimateControl);

0 commit comments

Comments
 (0)