1 type derived from NavigationWindow
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (1)
49internal sealed class RootBrowserWindow : NavigationWindow, IWindowService, IJournalNavigationScopeHost
3 instantiations of NavigationWindow
PresentationFramework (3)
src\Framework\System\Windows\Application.cs (1)
1878appWin = new NavigationWindow();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7056bamlType.DefaultConstructor = delegate() { return new System.Windows.Navigation.NavigationWindow(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1425case KnownElements.NavigationWindow: o = new System.Windows.Navigation.NavigationWindow(); break;
65 references to NavigationWindow
PresentationFramework (65)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (2)
499NavigationWindow window = Application.Current.MainWindow as NavigationWindow;
src\Framework\MS\Internal\AppModel\XappLauncher.cs (1)
121NavigationWindow navWin = GetAppWindow();
src\Framework\System\Windows\Application.cs (3)
1870internal NavigationWindow GetAppWindow() 1872NavigationWindow appWin = null; 2539NavigationWindow appWin = GetAppWindow();
src\Framework\System\Windows\Automation\Peers\NavigationWindowAutomationPeer.cs (1)
15public NavigationWindowAutomationPeer(NavigationWindow owner): base(owner)
src\Framework\System\Windows\Controls\Page.cs (4)
394NavigationWindow navWin = WindowService as NavigationWindow; 841NavigationWindow navWin = _currentIws as NavigationWindow;
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
513case 421: t = () => typeof(NavigationWindow); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7054typeof(System.Windows.Navigation.NavigationWindow),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5965case KnownElements.NavigationWindow: t = typeof(System.Windows.Navigation.NavigationWindow); break;
src\Framework\System\Windows\Navigation\NavigationService.cs (12)
81if (!(nav is NavigationWindow)) // NW has null GUID. 176NavigationWindow navWin = FindNavigationWindow(); 639NavigationWindow nw = null; 643nw = wc[i] as NavigationWindow; 681static private INavigatorBase FindTargetInNavigationWindow(NavigationWindow navigationWindow, string navigatorId) 2927NavigationWindow navWin = FindNavigationWindow(); 3587NavigationWindow navWin = 3588JournalScope == null ? null : JournalScope.NavigatorHost as NavigationWindow; 3771return (INavigatorHost is NavigationWindow || 3923private NavigationWindow FindNavigationWindow() 3928NavigationWindow nw = ns.INavigatorHost as NavigationWindow;
src\Framework\System\Windows\Navigation\NavigationWindow.cs (39)
70Frame.SandboxExternalContentProperty.AddOwner(typeof(NavigationWindow)); 95NavigationWindow window = (NavigationWindow)d; 123typeof(NavigationWindow), 130JournalNavigationScope.BackStackProperty.AddOwner(typeof(NavigationWindow)); 136JournalNavigationScope.ForwardStackProperty.AddOwner(typeof(NavigationWindow)); 145JournalNavigationScope.CanGoBackProperty.AddOwner(typeof(NavigationWindow)); 154JournalNavigationScope.CanGoForwardProperty.AddOwner(typeof(NavigationWindow)); 169_dType = DependencyObjectType.FromSystemTypeInternal(typeof(NavigationWindow)); 172typeof(NavigationWindow), 173new FrameworkPropertyMetadata(typeof(NavigationWindow))); 176typeof(NavigationWindow), 182typeof(NavigationWindow), 188typeof(NavigationWindow), 195typeof(NavigationWindow), 202typeof(NavigationWindow), 206typeof(NavigationWindow), 213typeof(NavigationWindow), 594typeof(NavigationWindow), 604NavigationWindow navWin = (NavigationWindow)d; 1023NavigationWindow w = (NavigationWindow) d; 1043NavigationWindow nw = sender as NavigationWindow; 1050NavigationWindow nw = sender as NavigationWindow; 1058NavigationWindow nw = sender as NavigationWindow; 1065NavigationWindow nw = sender as NavigationWindow; 1073NavigationWindow nw = sender as NavigationWindow; 1080NavigationWindow nw = sender as NavigationWindow; 1087NavigationWindow nw = sender as NavigationWindow; 1099NavigationWindow nw = sender as NavigationWindow;