3 instantiations of NavigationWindow
PresentationFramework (3)
System\Windows\Application.cs (1)
1755NavigationWindow appWin = new NavigationWindow();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7761DefaultConstructor = delegate () { return new System.Windows.Navigation.NavigationWindow(); },
System\Windows\Markup\KnownTypes.cs (1)
1418case KnownElements.NavigationWindow: o = new System.Windows.Navigation.NavigationWindow(); break;
63 references to NavigationWindow
PresentationFramework (63)
System\Windows\Application.cs (3)
1753internal static NavigationWindow GetAppWindow() 1755NavigationWindow appWin = new NavigationWindow(); 2244NavigationWindow appWin = GetAppWindow();
System\Windows\Automation\Peers\NavigationWindowAutomationPeer.cs (1)
13public NavigationWindowAutomationPeer(NavigationWindow owner): base(owner)
System\Windows\Controls\Page.cs (4)
366NavigationWindow navWin = WindowService as NavigationWindow; 809NavigationWindow navWin = _currentIws as NavigationWindow;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
515case 421: t = () => typeof(NavigationWindow); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7758typeof(System.Windows.Navigation.NavigationWindow),
System\Windows\Markup\KnownTypes.cs (1)
5969case KnownElements.NavigationWindow: t = typeof(System.Windows.Navigation.NavigationWindow); break;
System\Windows\Markup\WpfXamlLoader.cs (1)
126else if (args.Instance is System.Windows.Navigation.NavigationWindow nw)
System\Windows\Navigation\NavigationService.cs (12)
56if (!(nav is NavigationWindow)) // NW has null GUID. 151NavigationWindow navWin = FindNavigationWindow(); 491NavigationWindow nw = null; 495nw = wc[i] as NavigationWindow; 533static private INavigatorBase FindTargetInNavigationWindow(NavigationWindow navigationWindow, string navigatorId) 2682NavigationWindow navWin = FindNavigationWindow(); 3287NavigationWindow navWin = 3288JournalScope == null ? null : JournalScope.NavigatorHost as NavigationWindow; 3433return (INavigatorHost is NavigationWindow || 3580private NavigationWindow FindNavigationWindow() 3585NavigationWindow 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), 548typeof(NavigationWindow), 558NavigationWindow navWin = (NavigationWindow)d; 976NavigationWindow w = (NavigationWindow) d; 996NavigationWindow nw = sender as NavigationWindow; 1003NavigationWindow nw = sender as NavigationWindow; 1011NavigationWindow nw = sender as NavigationWindow; 1018NavigationWindow nw = sender as NavigationWindow; 1026NavigationWindow nw = sender as NavigationWindow; 1033NavigationWindow nw = sender as NavigationWindow; 1040NavigationWindow nw = sender as NavigationWindow; 1052NavigationWindow nw = sender as NavigationWindow;