3 instantiations of NavigationWindow
PresentationFramework (3)
System\Windows\Application.cs (1)
1754NavigationWindow appWin = new NavigationWindow();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7760DefaultConstructor = delegate () { return new System.Windows.Navigation.NavigationWindow(); },
System\Windows\Markup\KnownTypes.cs (1)
1417case KnownElements.NavigationWindow: o = new System.Windows.Navigation.NavigationWindow(); break;
65 references to NavigationWindow
PresentationFramework (65)
System\Windows\Application.cs (3)
1752internal static NavigationWindow GetAppWindow() 1754NavigationWindow appWin = new NavigationWindow(); 2243NavigationWindow appWin = GetAppWindow();
System\Windows\Automation\Peers\NavigationWindowAutomationPeer.cs (1)
12public NavigationWindowAutomationPeer(NavigationWindow owner): base(owner)
System\Windows\Controls\Page.cs (4)
365NavigationWindow navWin = WindowService as NavigationWindow; 808NavigationWindow navWin = _currentIws as NavigationWindow;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
514case 421: t = () => typeof(NavigationWindow); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7757typeof(System.Windows.Navigation.NavigationWindow),
System\Windows\Markup\KnownTypes.cs (1)
5968case KnownElements.NavigationWindow: t = typeof(System.Windows.Navigation.NavigationWindow); break;
System\Windows\Markup\WpfXamlLoader.cs (1)
125else if (args.Instance is System.Windows.Navigation.NavigationWindow nw)
System\Windows\Navigation\NavigationService.cs (12)
55if (!(nav is NavigationWindow)) // NW has null GUID. 150NavigationWindow navWin = FindNavigationWindow(); 490NavigationWindow nw = null; 494nw = wc[i] as NavigationWindow; 532private static INavigatorBase FindTargetInNavigationWindow(NavigationWindow navigationWindow, string navigatorId) 2681NavigationWindow navWin = FindNavigationWindow(); 3286NavigationWindow navWin = 3287JournalScope == null ? null : JournalScope.NavigatorHost as NavigationWindow; 3432return (INavigatorHost is NavigationWindow || 3579private NavigationWindow FindNavigationWindow() 3584NavigationWindow nw = ns.INavigatorHost as NavigationWindow;
System\Windows\Navigation\NavigationWindow.cs (39)
46Frame.SandboxExternalContentProperty.AddOwner(typeof(NavigationWindow)); 69NavigationWindow window = (NavigationWindow)d; 93typeof(NavigationWindow), 100JournalNavigationScope.BackStackProperty.AddOwner(typeof(NavigationWindow)); 106JournalNavigationScope.ForwardStackProperty.AddOwner(typeof(NavigationWindow)); 115JournalNavigationScope.CanGoBackProperty.AddOwner(typeof(NavigationWindow)); 124JournalNavigationScope.CanGoForwardProperty.AddOwner(typeof(NavigationWindow)); 139_dType = DependencyObjectType.FromSystemTypeInternal(typeof(NavigationWindow)); 142typeof(NavigationWindow), 143new FrameworkPropertyMetadata(typeof(NavigationWindow))); 146typeof(NavigationWindow), 152typeof(NavigationWindow), 158typeof(NavigationWindow), 165typeof(NavigationWindow), 172typeof(NavigationWindow), 176typeof(NavigationWindow), 183typeof(NavigationWindow), 547typeof(NavigationWindow), 557NavigationWindow navWin = (NavigationWindow)d; 975NavigationWindow w = (NavigationWindow) d; 995NavigationWindow nw = sender as NavigationWindow; 1002NavigationWindow nw = sender as NavigationWindow; 1010NavigationWindow nw = sender as NavigationWindow; 1017NavigationWindow nw = sender as NavigationWindow; 1025NavigationWindow nw = sender as NavigationWindow; 1032NavigationWindow nw = sender as NavigationWindow; 1039NavigationWindow nw = sender as NavigationWindow; 1051NavigationWindow nw = sender as NavigationWindow;
System\Windows\ThemeManager.cs (2)
291if(window is NavigationWindow) 293window.SetResourceReference(FrameworkElement.StyleProperty, typeof(NavigationWindow));