2 instantiations of JournalNavigationScope
PresentationFramework (2)
System\Windows\Controls\Frame.cs (1)
1351
_ownJournalScope = new
JournalNavigationScope
(this);
System\Windows\Navigation\NavigationWindow.cs (1)
233
_JNS = new
JournalNavigationScope
(this);
31 references to JournalNavigationScope
PresentationFramework (31)
MS\Internal\AppModel\INavigator.cs (1)
217
JournalNavigationScope
GetJournal(bool create);
MS\Internal\AppModel\JournalNavigationScope.cs (5)
44
"CanGoBack", typeof(bool), typeof(
JournalNavigationScope
),
52
"CanGoForward", typeof(bool), typeof(
JournalNavigationScope
),
62
"BackStack", typeof(IEnumerable), typeof(
JournalNavigationScope
),
70
"ForwardStack", typeof(IEnumerable), typeof(
JournalNavigationScope
),
253
JournalNavigationScope
INavigator.GetJournal(bool create)
System\Windows\Controls\Frame.cs (12)
323
JournalNavigationScope
.CanGoBackProperty.AddOwner(typeof(Frame));
332
JournalNavigationScope
.CanGoForwardProperty.AddOwner(typeof(Frame));
338
JournalNavigationScope
.BackStackProperty.AddOwner(typeof(Frame));
344
JournalNavigationScope
.ForwardStackProperty.AddOwner(typeof(Frame));
784
JournalNavigationScope
INavigator.GetJournal(bool create)
792
private
JournalNavigationScope
GetJournal(bool create)
799
JournalNavigationScope
jns = GetParentJournal(create);
1327
private
JournalNavigationScope
GetParentJournal(bool create)
1329
JournalNavigationScope
jns = null;
1345
JournalNavigationScope
parentJns = GetParentJournal(false/*don't create*/);
1380
JournalNavigationScope
.ClearDPValues(this);
1420
private
JournalNavigationScope
_ownJournalScope;
System\Windows\Navigation\NavigationService.cs (6)
80
JournalNavigationScope
jns = JournalScope;
422
private
JournalNavigationScope
EnsureJournal()
3148
JournalNavigationScope
journalScope = EnsureJournal();
3509
JournalNavigationScope
jns = JournalScope;
4024
private
JournalNavigationScope
JournalScope
4110
private
JournalNavigationScope
_journalScope;
System\Windows\Navigation\NavigationWindow.cs (7)
117
JournalNavigationScope
.BackStackProperty.AddOwner(typeof(NavigationWindow));
123
JournalNavigationScope
.ForwardStackProperty.AddOwner(typeof(NavigationWindow));
132
JournalNavigationScope
.CanGoBackProperty.AddOwner(typeof(NavigationWindow));
141
JournalNavigationScope
.CanGoForwardProperty.AddOwner(typeof(NavigationWindow));
318
JournalNavigationScope
INavigator.GetJournal(bool create)
971
internal
JournalNavigationScope
JournalNavigationScope
1126
private
JournalNavigationScope
_JNS;