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);
417
/// <see cref="
JournalScope
"/> property
609
Invariant.Assert(ncChild.
JournalScope
== null || ncChild.IsJournalLevelContainer,
615
if (
JournalScope
!= null)
618
JournalScope
.Journal.UpdateView();
648
if (
JournalScope
!= null)
651
JournalScope
.Journal.UpdateView();
827
if (dobj != null &&
JournalScope
!= null)
1024
Debug.Assert(!
JournalScope
.Journal.HasUncommittedNavigation);
1191
Debug.Assert(!
JournalScope
.Journal.HasUncommittedNavigation);
1262
if (
JournalScope
!= null &&
JournalScope
.RootNavigationService != this)
1264
rootNavigationService =
JournalScope
.RootNavigationService;
1471
if (
JournalScope
== null)
1473
return
JournalScope
.RemoveBackEntry();
1724
get { return
JournalScope
!= null &&
JournalScope
.CanGoForward; }
1736
get { return
JournalScope
!= null &&
JournalScope
.CanGoBack; }
1748
if (
JournalScope
== null)
1750
JournalScope
.GoForward();
1762
if (
JournalScope
== null)
1764
JournalScope
.GoBack();
1844
if (
JournalScope
!= null)
1854
JournalScope
.AbortJournalNavigation();
2097
if (
JournalScope
!= null)
2099
JournalScope
.AbortJournalNavigation();
2191
if (
JournalScope
!= null)
2193
JournalScope
.AbortJournalNavigation();
2327
if (
JournalScope
!= null)
2331
JournalScope
.Journal.UpdateView();
3133
&&
JournalScope
!= null)
3135
JournalScope
.Journal.CommitJournalNavigation(destinationJournalEntry);
3350
JournalScope
== null ? null :
JournalScope
.NavigatorHost as NavigationWindow;
3507
JournalNavigationScope jns =
JournalScope
;
3736
if (
JournalScope
== null)
3741
Journal journal =
JournalScope
.Journal;
3876
Journal journal =
JournalScope
.Journal;
3932
JournalEntry parentEntry = (
JournalScope
.Journal)[parentIndex];