4 writes to _journalScope
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
419
_journalScope
= _navigatorHost.GetJournal(true/*do create*/);
564
_journalScope
= null;
3556
_journalScope
= null;
3954
_journalScope
= _navigatorHost.GetJournal(false/*don't create*/);
9 references to _journalScope
PresentationFramework (9)
System\Windows\Navigation\NavigationService.cs (9)
417
if (
_journalScope
== null && _navigatorHost != null)
422
return
_journalScope
;
561
if (
_journalScope
!= null &&
_journalScope
.Journal.HasUncommittedNavigation)
1665
_journalScope
.Journal.UpdateView();
2588
if (
_journalScope
!= null)
2590
JournalEntry je =
_journalScope
.Journal.CurrentEntry;
3952
if (
_journalScope
== null && _navigatorHost != null)
3956
return
_journalScope
;