4 writes to _journalScope
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
407
_journalScope
= _navigatorHost.GetJournal(true/*do create*/);
552
_journalScope
= null;
3562
_journalScope
= null;
3960
_journalScope
= _navigatorHost.GetJournal(false/*don't create*/);
9 references to _journalScope
PresentationFramework (9)
System\Windows\Navigation\NavigationService.cs (9)
405
if (
_journalScope
== null && _navigatorHost != null)
410
return
_journalScope
;
549
if (
_journalScope
!= null &&
_journalScope
.Journal.HasUncommittedNavigation)
1656
_journalScope
.Journal.UpdateView();
2585
if (
_journalScope
!= null)
2587
JournalEntry je =
_journalScope
.Journal.CurrentEntry;
3958
if (
_journalScope
== null && _navigatorHost != null)
3962
return
_journalScope
;