We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daafa15 commit ba3d05cCopy full SHA for ba3d05c
src/Shared/HandyControl_Shared/Controls/Other/TransitioningContentControl.cs
@@ -13,7 +13,7 @@ public class TransitioningContentControl : ContentControl
13
private FrameworkElement _contentPresenter;
14
15
private static readonly Lazy<Storyboard> StoryboardBuildInDefault = new(() =>
16
- ResourceHelper.GetResourceInternal<Storyboard>($"{default(TransitionMode)}Transition"), isThreadSafe: true);
+ ResourceHelper.GetResource<Storyboard>($"{default(TransitionMode)}Transition"), isThreadSafe: true);
17
18
private Storyboard _storyboardBuildIn;
19
0 commit comments