1 write to _journal
PresentationFramework (1)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
416
_journal
= value;
20 references to _journal
PresentationFramework (20)
MS\Internal\AppModel\JournalNavigationScope.cs (20)
166
return
_journal
!= null && !InAppShutdown &&
_journal
.CanGoForward;
174
return
_journal
!= null && !InAppShutdown &&
_journal
.CanGoBack;
228
return
_journal
?.RemoveBackEntry();
280
if (
_journal
== null)
283
int realIndex =
_journal
.FindIndexForEntryWithId(entryId);
287
JournalEntry entry =
_journal
[realIndex];
289
return
_journal
.IsNavigable(entry);
332
_journal
?.AbortJournalNavigation();
405
if (
_journal
== null)
409
return
_journal
;
414
Debug.Assert(
_journal
== null && value != null,
417
_journal
.Filter = new JournalEntryFilter(this.IsEntryNavigable);
418
_journal
.BackForwardStateChange += new EventHandler(OnBackForwardStateChange);
421
navigator.SetValue(BackStackPropertyKey,
_journal
.BackStack);
422
navigator.SetValue(ForwardStackPropertyKey,
_journal
.ForwardStack);
449
Debug.Assert(sender ==
_journal
);
454
bool newState =
_journal
.CanGoBack;
460
newState =
_journal
.CanGoForward;