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)
166return _journal != null && !InAppShutdown && _journal.CanGoForward; 174return _journal != null && !InAppShutdown && _journal.CanGoBack; 228return _journal?.RemoveBackEntry(); 280if (_journal == null) 283int realIndex = _journal.FindIndexForEntryWithId(entryId); 287JournalEntry entry = _journal[realIndex]; 289return _journal.IsNavigable(entry); 332_journal?.AbortJournalNavigation(); 405if (_journal == null) 409return _journal; 414Debug.Assert(_journal == null && value != null, 417_journal.Filter = new JournalEntryFilter(this.IsEntryNavigable); 418_journal.BackForwardStateChange += new EventHandler(OnBackForwardStateChange); 421navigator.SetValue(BackStackPropertyKey, _journal.BackStack); 422navigator.SetValue(ForwardStackPropertyKey, _journal.ForwardStack); 449Debug.Assert(sender == _journal); 454bool newState = _journal.CanGoBack; 460newState = _journal.CanGoForward;