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