4 writes to _journalScope
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
426
_journalScope
= _navigatorHost.GetJournal(true/*do create*/);
574
_journalScope
= null;
3632
_journalScope
= null;
4030
_journalScope
= _navigatorHost.GetJournal(false/*don't create*/);
9 references to _journalScope
PresentationFramework (9)
System\Windows\Navigation\NavigationService.cs (9)
424
if (
_journalScope
== null && _navigatorHost != null)
429
return
_journalScope
;
571
if (
_journalScope
!= null &&
_journalScope
.Journal.HasUncommittedNavigation)
1703
_journalScope
.Journal.UpdateView();
2649
if (
_journalScope
!= null)
2651
JournalEntry je =
_journalScope
.Journal.CurrentEntry;
4028
if (
_journalScope
== null && _navigatorHost != null)
4032
return
_journalScope
;