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)
454
if (
_journalScope
== null && _navigatorHost != null)
459
return
_journalScope
;
697
if (
_journalScope
!= null &&
_journalScope
.Journal.HasUncommittedNavigation)
1873
_journalScope
.Journal.UpdateView();
2830
if (
_journalScope
!= null)
2832
JournalEntry je =
_journalScope
.Journal.CurrentEntry;
4302
if (
_journalScope
== null && _navigatorHost != null)
4306
return
_journalScope
;