2 instantiations of JournalNavigationScope
PresentationFramework (2)
src\Framework\System\Windows\Controls\Frame.cs (1)
1371
_ownJournalScope = new
JournalNavigationScope
(this);
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
252
_JNS = new
JournalNavigationScope
(this);
31 references to JournalNavigationScope
PresentationFramework (31)
src\Framework\MS\Internal\AppModel\INavigator.cs (1)
223
JournalNavigationScope
GetJournal(bool create);
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (5)
49
"CanGoBack", typeof(bool), typeof(
JournalNavigationScope
),
57
"CanGoForward", typeof(bool), typeof(
JournalNavigationScope
),
67
"BackStack", typeof(IEnumerable), typeof(
JournalNavigationScope
),
75
"ForwardStack", typeof(IEnumerable), typeof(
JournalNavigationScope
),
271
JournalNavigationScope
INavigator.GetJournal(bool create)
src\Framework\System\Windows\Controls\Frame.cs (12)
335
JournalNavigationScope
.CanGoBackProperty.AddOwner(typeof(Frame));
344
JournalNavigationScope
.CanGoForwardProperty.AddOwner(typeof(Frame));
350
JournalNavigationScope
.BackStackProperty.AddOwner(typeof(Frame));
356
JournalNavigationScope
.ForwardStackProperty.AddOwner(typeof(Frame));
805
JournalNavigationScope
INavigator.GetJournal(bool create)
813
private
JournalNavigationScope
GetJournal(bool create)
820
JournalNavigationScope
jns = GetParentJournal(create);
1347
private
JournalNavigationScope
GetParentJournal(bool create)
1349
JournalNavigationScope
jns = null;
1365
JournalNavigationScope
parentJns = GetParentJournal(false/*don't create*/);
1400
JournalNavigationScope
.ClearDPValues(this);
1440
private
JournalNavigationScope
_ownJournalScope;
src\Framework\System\Windows\Navigation\NavigationService.cs (6)
91
JournalNavigationScope
jns = JournalScope;
452
private
JournalNavigationScope
EnsureJournal()
3381
JournalNavigationScope
journalScope = EnsureJournal();
3783
JournalNavigationScope
jns = JournalScope;
4298
private
JournalNavigationScope
JournalScope
4384
private
JournalNavigationScope
_journalScope;
src\Framework\System\Windows\Navigation\NavigationWindow.cs (7)
130
JournalNavigationScope
.BackStackProperty.AddOwner(typeof(NavigationWindow));
136
JournalNavigationScope
.ForwardStackProperty.AddOwner(typeof(NavigationWindow));
145
JournalNavigationScope
.CanGoBackProperty.AddOwner(typeof(NavigationWindow));
154
JournalNavigationScope
.CanGoForwardProperty.AddOwner(typeof(NavigationWindow));
338
JournalNavigationScope
INavigator.GetJournal(bool create)
998
internal
JournalNavigationScope
JournalNavigationScope
1154
private
JournalNavigationScope
_JNS;