Example #1
0
        private static void OnGoBack(object sender, ExecutedRoutedEventArgs args)
        {
            NavigationWindow nw = sender as NavigationWindow;

            Debug.Assert(nw != null, "sender must be of type NavigationWindow.");
            nw.GoBack();
        }
Example #2
0
        // Token: 0x06002A4C RID: 10828 RVA: 0x000C2400 File Offset: 0x000C0600
        private static void OnGoBack(object sender, ExecutedRoutedEventArgs args)
        {
            NavigationWindow navigationWindow = sender as NavigationWindow;

            navigationWindow.GoBack();
        }