Skip to content

Commit ba3d05c

Browse files
committed
Update TransitioningContentControl.cs
1 parent daafa15 commit ba3d05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/HandyControl_Shared/Controls/Other/TransitioningContentControl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class TransitioningContentControl : ContentControl
1313
private FrameworkElement _contentPresenter;
1414

1515
private static readonly Lazy<Storyboard> StoryboardBuildInDefault = new(() =>
16-
ResourceHelper.GetResourceInternal<Storyboard>($"{default(TransitionMode)}Transition"), isThreadSafe: true);
16+
ResourceHelper.GetResource<Storyboard>($"{default(TransitionMode)}Transition"), isThreadSafe: true);
1717

1818
private Storyboard _storyboardBuildIn;
1919

0 commit comments

Comments
 (0)