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 8ecc496 commit 58dda08Copy full SHA for 58dda08
Microsoft.Toolkit.Uwp.UI.Controls.Core/TabbedCommandBar/TabbedCommandBar.cs
@@ -6,8 +6,9 @@
6
using Windows.UI.Xaml;
7
using Windows.UI.Xaml.Controls;
8
using Windows.UI.Xaml.Markup;
9
-using Windows.UI.Xaml.Media;
10
using Windows.UI.Xaml.Media.Animation;
+using NavigationView = Microsoft.UI.Xaml.Controls.NavigationView;
11
+using NavigationViewSelectionChangedEventArgs = Microsoft.UI.Xaml.Controls.NavigationViewSelectionChangedEventArgs;
12
13
namespace Microsoft.Toolkit.Uwp.UI.Controls
14
{
0 commit comments