3 writes to _rootViewerStateToSave
PresentationFramework (3)
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
326
_rootViewerStateToSave
= rootViewerState;
331
_rootViewerStateToSave
= null;
3542
_rootViewerStateToSave
= null;
2 references to _rootViewerStateToSave
PresentationFramework (2)
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
3539
if (
_rootViewerStateToSave
!= null) // state saved in advance?
3541
journalEntry.RootViewerState =
_rootViewerStateToSave
;