4 writes to _journalScope
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
424
_journalScope
= _navigatorHost.GetJournal(true/*do create*/);
572
_journalScope
= null;
3630
_journalScope
= null;
4028
_journalScope
= _navigatorHost.GetJournal(false/*don't create*/);
9 references to _journalScope
PresentationFramework (9)
System\Windows\Navigation\NavigationService.cs (9)
422
if (
_journalScope
== null && _navigatorHost != null)
427
return
_journalScope
;
569
if (
_journalScope
!= null &&
_journalScope
.Journal.HasUncommittedNavigation)
1701
_journalScope
.Journal.UpdateView();
2647
if (
_journalScope
!= null)
2649
JournalEntry je =
_journalScope
.Journal.CurrentEntry;
4026
if (
_journalScope
== null && _navigatorHost != null)
4030
return
_journalScope
;