1 write to _journal
PresentationFramework (1)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
423_journal = value;
22 references to _journal
PresentationFramework (22)
MS\Internal\AppModel\JournalNavigationScope.cs (22)
170return _journal != null && !InAppShutdown && _journal.CanGoForward; 178return _journal != null && !InAppShutdown && _journal.CanGoBack; 232return _journal == null ? null : _journal.RemoveBackEntry(); 284if (_journal == null) 287int realIndex = _journal.FindIndexForEntryWithId(entryId); 291JournalEntry entry = _journal[realIndex]; 293return _journal.IsNavigable(entry); 336if (_journal != null) 338_journal.AbortJournalNavigation(); 412if (_journal == null) 416return _journal; 421Debug.Assert(_journal == null && value != null, 424_journal.Filter = new JournalEntryFilter(this.IsEntryNavigable); 425_journal.BackForwardStateChange += new EventHandler(OnBackForwardStateChange); 428navigator.SetValue(BackStackPropertyKey, _journal.BackStack); 429navigator.SetValue(ForwardStackPropertyKey, _journal.ForwardStack); 456Debug.Assert(sender == _journal); 461bool newState = _journal.CanGoBack; 467newState = _journal.CanGoForward;