42 references to JournalScope
PresentationFramework (42)
System\Windows\Navigation\NavigationService.cs (42)
80
JournalNavigationScope jns =
JournalScope
;
157
if ((navigator == null) && (
JournalScope
!= null))
159
navigator =
JournalScope
.FindTarget(target);
419
/// <see cref="
JournalScope
"/> property
611
Invariant.Assert(ncChild.
JournalScope
== null || ncChild.IsJournalLevelContainer,
617
if (
JournalScope
!= null)
620
JournalScope
.Journal.UpdateView();
650
if (
JournalScope
!= null)
653
JournalScope
.Journal.UpdateView();
829
if (dobj != null &&
JournalScope
!= null)
1026
Debug.Assert(!
JournalScope
.Journal.HasUncommittedNavigation);
1193
Debug.Assert(!
JournalScope
.Journal.HasUncommittedNavigation);
1264
if (
JournalScope
!= null &&
JournalScope
.RootNavigationService != this)
1266
rootNavigationService =
JournalScope
.RootNavigationService;
1473
if (
JournalScope
== null)
1475
return
JournalScope
.RemoveBackEntry();
1726
get { return
JournalScope
!= null &&
JournalScope
.CanGoForward; }
1738
get { return
JournalScope
!= null &&
JournalScope
.CanGoBack; }
1750
if (
JournalScope
== null)
1752
JournalScope
.GoForward();
1764
if (
JournalScope
== null)
1766
JournalScope
.GoBack();
1846
if (
JournalScope
!= null)
1856
JournalScope
.AbortJournalNavigation();
2099
if (
JournalScope
!= null)
2101
JournalScope
.AbortJournalNavigation();
2193
if (
JournalScope
!= null)
2195
JournalScope
.AbortJournalNavigation();
2329
if (
JournalScope
!= null)
2333
JournalScope
.Journal.UpdateView();
3135
&&
JournalScope
!= null)
3137
JournalScope
.Journal.CommitJournalNavigation(destinationJournalEntry);
3352
JournalScope
== null ? null :
JournalScope
.NavigatorHost as NavigationWindow;
3509
JournalNavigationScope jns =
JournalScope
;
3738
if (
JournalScope
== null)
3743
Journal journal =
JournalScope
.Journal;
3878
Journal journal =
JournalScope
.Journal;
3934
JournalEntry parentEntry = (
JournalScope
.Journal)[parentIndex];