3 instantiations of NavigationWindow
PresentationFramework (3)
System\Windows\Application.cs (1)
1796NavigationWindow appWin = new NavigationWindow();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7060bamlType.DefaultConstructor = delegate() { return new System.Windows.Navigation.NavigationWindow(); };
System\Windows\Markup\KnownTypes.cs (1)
1424case KnownElements.NavigationWindow: o = new System.Windows.Navigation.NavigationWindow(); break;
63 references to NavigationWindow
PresentationFramework (63)
System\Windows\Application.cs (3)
1794internal NavigationWindow GetAppWindow() 1796NavigationWindow appWin = new NavigationWindow(); 2333NavigationWindow appWin = GetAppWindow();
System\Windows\Automation\Peers\NavigationWindowAutomationPeer.cs (1)
19public NavigationWindowAutomationPeer(NavigationWindow owner): base(owner)
System\Windows\Controls\Page.cs (4)
386NavigationWindow navWin = WindowService as NavigationWindow; 832NavigationWindow navWin = _currentIws as NavigationWindow;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
517case 421: t = () => typeof(NavigationWindow); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7058typeof(System.Windows.Navigation.NavigationWindow),
System\Windows\Markup\KnownTypes.cs (1)
5975case KnownElements.NavigationWindow: t = typeof(System.Windows.Navigation.NavigationWindow); break;
System\Windows\Markup\WpfXamlLoader.cs (1)
130else if (args.Instance is System.Windows.Navigation.NavigationWindow nw)
System\Windows\Navigation\NavigationService.cs (12)
70if (!(nav is NavigationWindow)) // NW has null GUID. 165NavigationWindow navWin = FindNavigationWindow(); 513NavigationWindow nw = null; 517nw = wc[i] as NavigationWindow; 555static private INavigatorBase FindTargetInNavigationWindow(NavigationWindow navigationWindow, string navigatorId) 2746NavigationWindow navWin = FindNavigationWindow(); 3351NavigationWindow navWin = 3352JournalScope == null ? null : JournalScope.NavigatorHost as NavigationWindow; 3497return (INavigatorHost is NavigationWindow || 3650private NavigationWindow FindNavigationWindow() 3655NavigationWindow nw = ns.INavigatorHost as NavigationWindow;
System\Windows\Navigation\NavigationWindow.cs (39)
63Frame.SandboxExternalContentProperty.AddOwner(typeof(NavigationWindow)); 86NavigationWindow window = (NavigationWindow)d; 110typeof(NavigationWindow), 117JournalNavigationScope.BackStackProperty.AddOwner(typeof(NavigationWindow)); 123JournalNavigationScope.ForwardStackProperty.AddOwner(typeof(NavigationWindow)); 132JournalNavigationScope.CanGoBackProperty.AddOwner(typeof(NavigationWindow)); 141JournalNavigationScope.CanGoForwardProperty.AddOwner(typeof(NavigationWindow)); 156_dType = DependencyObjectType.FromSystemTypeInternal(typeof(NavigationWindow)); 159typeof(NavigationWindow), 160new FrameworkPropertyMetadata(typeof(NavigationWindow))); 163typeof(NavigationWindow), 169typeof(NavigationWindow), 175typeof(NavigationWindow), 182typeof(NavigationWindow), 189typeof(NavigationWindow), 193typeof(NavigationWindow), 200typeof(NavigationWindow), 567typeof(NavigationWindow), 577NavigationWindow navWin = (NavigationWindow)d; 996NavigationWindow w = (NavigationWindow) d; 1016NavigationWindow nw = sender as NavigationWindow; 1023NavigationWindow nw = sender as NavigationWindow; 1031NavigationWindow nw = sender as NavigationWindow; 1038NavigationWindow nw = sender as NavigationWindow; 1046NavigationWindow nw = sender as NavigationWindow; 1053NavigationWindow nw = sender as NavigationWindow; 1060NavigationWindow nw = sender as NavigationWindow; 1072NavigationWindow nw = sender as NavigationWindow;