We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a80f2 commit 3468301Copy full SHA for 3468301
1 file changed
WinUIGallery/ItemPage.xaml.cs
@@ -104,22 +104,6 @@ protected override async void OnNavigatedTo(NavigationEventArgs e)
104
base.OnNavigatedTo(e);
105
}
106
107
- protected override void OnKeyDown(KeyRoutedEventArgs e)
108
- {
109
- if (e.Key == Windows.System.VirtualKey.Escape)
110
111
- this.Item = null;
112
- if (this.contentFrame.CanGoBack)
113
114
- this.contentFrame.GoBack();
115
- }
116
- else
117
118
- NavigationRootPage.GetForElement(this).Navigate(typeof(AllControlsPage));
119
120
121
122
-
123
protected override void OnNavigatingFrom(NavigatingCancelEventArgs e)
124
{
125
SetControlExamplesTheme(ThemeHelper.ActualTheme);
0 commit comments