2 instantiations of JournalNavigationScope
PresentationFramework (2)
System\Windows\Controls\Frame.cs (1)
1339
_ownJournalScope = new
JournalNavigationScope
(this);
System\Windows\Navigation\NavigationWindow.cs (1)
217
_JNS = new
JournalNavigationScope
(this);
31 references to JournalNavigationScope
PresentationFramework (31)
MS\Internal\AppModel\INavigator.cs (1)
211
JournalNavigationScope
GetJournal(bool create);
MS\Internal\AppModel\JournalNavigationScope.cs (5)
41
"CanGoBack", typeof(bool), typeof(
JournalNavigationScope
),
49
"CanGoForward", typeof(bool), typeof(
JournalNavigationScope
),
59
"BackStack", typeof(IEnumerable), typeof(
JournalNavigationScope
),
67
"ForwardStack", typeof(IEnumerable), typeof(
JournalNavigationScope
),
250
JournalNavigationScope
INavigator.GetJournal(bool create)
System\Windows\Controls\Frame.cs (12)
311
JournalNavigationScope
.CanGoBackProperty.AddOwner(typeof(Frame));
320
JournalNavigationScope
.CanGoForwardProperty.AddOwner(typeof(Frame));
326
JournalNavigationScope
.BackStackProperty.AddOwner(typeof(Frame));
332
JournalNavigationScope
.ForwardStackProperty.AddOwner(typeof(Frame));
772
JournalNavigationScope
INavigator.GetJournal(bool create)
780
private
JournalNavigationScope
GetJournal(bool create)
787
JournalNavigationScope
jns = GetParentJournal(create);
1315
private
JournalNavigationScope
GetParentJournal(bool create)
1317
JournalNavigationScope
jns = null;
1333
JournalNavigationScope
parentJns = GetParentJournal(false/*don't create*/);
1368
JournalNavigationScope
.ClearDPValues(this);
1408
private
JournalNavigationScope
_ownJournalScope;
System\Windows\Navigation\NavigationService.cs (6)
71
JournalNavigationScope
jns = JournalScope;
411
private
JournalNavigationScope
EnsureJournal()
3137
JournalNavigationScope
journalScope = EnsureJournal();
3498
JournalNavigationScope
jns = JournalScope;
4013
private
JournalNavigationScope
JournalScope
4099
private
JournalNavigationScope
_journalScope;
System\Windows\Navigation\NavigationWindow.cs (7)
101
JournalNavigationScope
.BackStackProperty.AddOwner(typeof(NavigationWindow));
107
JournalNavigationScope
.ForwardStackProperty.AddOwner(typeof(NavigationWindow));
116
JournalNavigationScope
.CanGoBackProperty.AddOwner(typeof(NavigationWindow));
125
JournalNavigationScope
.CanGoForwardProperty.AddOwner(typeof(NavigationWindow));
302
JournalNavigationScope
INavigator.GetJournal(bool create)
955
internal
JournalNavigationScope
JournalNavigationScope
1110
private
JournalNavigationScope
_JNS;