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.
2 parents 406d953 + 745fbf4 commit a5e22c6Copy full SHA for a5e22c6
GlobalUsings_WinUI.cs
@@ -26,6 +26,7 @@
26
global using Windows.UI.Xaml.Input;
27
global using Windows.UI.Xaml.Markup;
28
global using Windows.UI.Xaml.Media;
29
+global using Windows.UI.Xaml.Media.Animation;
30
global using Windows.UI.Xaml.Navigation;
31
32
#else
@@ -40,6 +41,7 @@
40
41
global using Microsoft.UI.Xaml.Input;
42
global using Microsoft.UI.Xaml.Markup;
43
global using Microsoft.UI.Xaml.Media;
44
+global using Microsoft.UI.Xaml.Media.Animation;
45
global using Microsoft.UI.Xaml.Navigation;
46
#endif
47
0 commit comments