2 writes to _doNotJournalCurrentContent
PresentationFramework (2)
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
3362
_doNotJournalCurrentContent
= false;
4194
_doNotJournalCurrentContent
= true;
2 references to _doNotJournalCurrentContent
PresentationFramework (2)
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
1080
&& !
_doNotJournalCurrentContent
) // the current PF may have been RemoveFromJournal'ed
3355
if (!
_doNotJournalCurrentContent
)