2 instantiations of JournalNavigationScope
PresentationFramework (2)
System\Windows\Controls\Frame.cs (1)
1323
_ownJournalScope = new
JournalNavigationScope
(this);
System\Windows\Navigation\NavigationWindow.cs (1)
216
_JNS = new
JournalNavigationScope
(this);
31 references to JournalNavigationScope
PresentationFramework (31)
MS\Internal\AppModel\INavigator.cs (1)
210
JournalNavigationScope
GetJournal(bool create);
MS\Internal\AppModel\JournalNavigationScope.cs (5)
40
"CanGoBack", typeof(bool), typeof(
JournalNavigationScope
),
48
"CanGoForward", typeof(bool), typeof(
JournalNavigationScope
),
58
"BackStack", typeof(IEnumerable), typeof(
JournalNavigationScope
),
66
"ForwardStack", typeof(IEnumerable), typeof(
JournalNavigationScope
),
249
JournalNavigationScope
INavigator.GetJournal(bool create)
System\Windows\Controls\Frame.cs (12)
309
JournalNavigationScope
.CanGoBackProperty.AddOwner(typeof(Frame));
318
JournalNavigationScope
.CanGoForwardProperty.AddOwner(typeof(Frame));
324
JournalNavigationScope
.BackStackProperty.AddOwner(typeof(Frame));
330
JournalNavigationScope
.ForwardStackProperty.AddOwner(typeof(Frame));
767
JournalNavigationScope
INavigator.GetJournal(bool create)
775
private
JournalNavigationScope
GetJournal(bool create)
782
JournalNavigationScope
jns = GetParentJournal(create);
1302
private
JournalNavigationScope
GetParentJournal(bool create)
1304
JournalNavigationScope
jns = null;
1320
JournalNavigationScope
parentJns = GetParentJournal(false/*don't create*/);
1352
JournalNavigationScope
.ClearDPValues(this);
1392
private
JournalNavigationScope
_ownJournalScope;
System\Windows\Navigation\NavigationService.cs (6)
65
JournalNavigationScope
jns = JournalScope;
402
private
JournalNavigationScope
EnsureJournal()
3083
JournalNavigationScope
journalScope = EnsureJournal();
3444
JournalNavigationScope
jns = JournalScope;
3953
private
JournalNavigationScope
JournalScope
4039
private
JournalNavigationScope
_journalScope;
System\Windows\Navigation\NavigationWindow.cs (7)
100
JournalNavigationScope
.BackStackProperty.AddOwner(typeof(NavigationWindow));
106
JournalNavigationScope
.ForwardStackProperty.AddOwner(typeof(NavigationWindow));
115
JournalNavigationScope
.CanGoBackProperty.AddOwner(typeof(NavigationWindow));
124
JournalNavigationScope
.CanGoForwardProperty.AddOwner(typeof(NavigationWindow));
301
JournalNavigationScope
INavigator.GetJournal(bool create)
950
internal
JournalNavigationScope
JournalNavigationScope
1105
private
JournalNavigationScope
_JNS;