4 writes to _journalScope
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
406
_journalScope
= _navigatorHost.GetJournal(true/*do create*/);
551
_journalScope
= null;
3561
_journalScope
= null;
3959
_journalScope
= _navigatorHost.GetJournal(false/*don't create*/);
9 references to _journalScope
PresentationFramework (9)
System\Windows\Navigation\NavigationService.cs (9)
404
if (
_journalScope
== null && _navigatorHost != null)
409
return
_journalScope
;
548
if (
_journalScope
!= null &&
_journalScope
.Journal.HasUncommittedNavigation)
1655
_journalScope
.Journal.UpdateView();
2584
if (
_journalScope
!= null)
2586
JournalEntry je =
_journalScope
.Journal.CurrentEntry;
3957
if (
_journalScope
== null && _navigatorHost != null)
3961
return
_journalScope
;