3 instantiations of NavigationWindow
PresentationFramework (3)
System\Windows\Application.cs (1)
1783NavigationWindow appWin = new NavigationWindow();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7058bamlType.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)
1781internal NavigationWindow GetAppWindow() 1783NavigationWindow appWin = new NavigationWindow(); 2320NavigationWindow appWin = GetAppWindow();
System\Windows\Automation\Peers\NavigationWindowAutomationPeer.cs (1)
13public NavigationWindowAutomationPeer(NavigationWindow owner): base(owner)
System\Windows\Controls\Page.cs (4)
379NavigationWindow navWin = WindowService as NavigationWindow; 825NavigationWindow navWin = _currentIws as NavigationWindow;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
515case 421: t = () => typeof(NavigationWindow); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7056typeof(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)
129else if (args.Instance is System.Windows.Navigation.NavigationWindow nw)
System\Windows\Navigation\NavigationService.cs (12)
61if (!(nav is NavigationWindow)) // NW has null GUID. 156NavigationWindow navWin = FindNavigationWindow(); 502NavigationWindow nw = null; 506nw = wc[i] as NavigationWindow; 544static private INavigatorBase FindTargetInNavigationWindow(NavigationWindow navigationWindow, string navigatorId) 2735NavigationWindow navWin = FindNavigationWindow(); 3340NavigationWindow navWin = 3341JournalScope == null ? null : JournalScope.NavigatorHost as NavigationWindow; 3486return (INavigatorHost is NavigationWindow || 3639private NavigationWindow FindNavigationWindow() 3644NavigationWindow nw = ns.INavigatorHost as NavigationWindow;
System\Windows\Navigation\NavigationWindow.cs (39)
47Frame.SandboxExternalContentProperty.AddOwner(typeof(NavigationWindow)); 70NavigationWindow window = (NavigationWindow)d; 94typeof(NavigationWindow), 101JournalNavigationScope.BackStackProperty.AddOwner(typeof(NavigationWindow)); 107JournalNavigationScope.ForwardStackProperty.AddOwner(typeof(NavigationWindow)); 116JournalNavigationScope.CanGoBackProperty.AddOwner(typeof(NavigationWindow)); 125JournalNavigationScope.CanGoForwardProperty.AddOwner(typeof(NavigationWindow)); 140_dType = DependencyObjectType.FromSystemTypeInternal(typeof(NavigationWindow)); 143typeof(NavigationWindow), 144new FrameworkPropertyMetadata(typeof(NavigationWindow))); 147typeof(NavigationWindow), 153typeof(NavigationWindow), 159typeof(NavigationWindow), 166typeof(NavigationWindow), 173typeof(NavigationWindow), 177typeof(NavigationWindow), 184typeof(NavigationWindow), 551typeof(NavigationWindow), 561NavigationWindow navWin = (NavigationWindow)d; 980NavigationWindow w = (NavigationWindow) d; 1000NavigationWindow nw = sender as NavigationWindow; 1007NavigationWindow nw = sender as NavigationWindow; 1015NavigationWindow nw = sender as NavigationWindow; 1022NavigationWindow nw = sender as NavigationWindow; 1030NavigationWindow nw = sender as NavigationWindow; 1037NavigationWindow nw = sender as NavigationWindow; 1044NavigationWindow nw = sender as NavigationWindow; 1056NavigationWindow nw = sender as NavigationWindow;