3 writes to _rootViewerStateToSave
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
296_rootViewerStateToSave = rootViewerState; 301_rootViewerStateToSave = null; 3306_rootViewerStateToSave = null;
2 references to _rootViewerStateToSave
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
3303if (_rootViewerStateToSave != null) // state saved in advance? 3305journalEntry.RootViewerState = _rootViewerStateToSave;