4 writes to _journalScope
PresentationFramework (4)
src\Framework\System\Windows\Navigation\NavigationService.cs (4)
456_journalScope = _navigatorHost.GetJournal(true/*do create*/); 700_journalScope = null; 3907_journalScope = null; 4304_journalScope = _navigatorHost.GetJournal(false/*don't create*/);
9 references to _journalScope
PresentationFramework (9)
src\Framework\System\Windows\Navigation\NavigationService.cs (9)
454if (_journalScope == null && _navigatorHost != null) 459return _journalScope; 697if (_journalScope != null && _journalScope.Journal.HasUncommittedNavigation) 1873_journalScope.Journal.UpdateView(); 2830if (_journalScope != null) 2832JournalEntry je = _journalScope.Journal.CurrentEntry; 4302if (_journalScope == null && _navigatorHost != null) 4306return _journalScope;