1 write to _JNS
PresentationFramework (1)
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
252
_JNS
= new JournalNavigationScope(this);
13 references to _JNS
PresentationFramework (13)
src\Framework\System\Windows\Navigation\NavigationWindow.cs (13)
247
Debug.Assert(_navigationService == null &&
_JNS
== null);
340
Debug.Assert(
_JNS
!= null);
341
return
_JNS
;
354
_JNS
.GoForward();
366
_JNS
.GoBack();
418
return
_JNS
.RemoveBackEntry();
559
get { return
_JNS
.BackStack; }
567
get { return
_JNS
.ForwardStack; }
681
return
_JNS
.CanGoForward;
693
return
_JNS
.CanGoBack;
933
_JNS
.EnsureJournal();
994
return
_JNS
.Journal;
1005
return
_JNS
;