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)
3539if (_rootViewerStateToSave != null) // state saved in advance? 3541journalEntry.RootViewerState = _rootViewerStateToSave;