3 writes to _rootViewerStateToSave
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
294_rootViewerStateToSave = rootViewerState; 299_rootViewerStateToSave = null; 3304_rootViewerStateToSave = null;
2 references to _rootViewerStateToSave
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
3301if (_rootViewerStateToSave != null) // state saved in advance? 3303journalEntry.RootViewerState = _rootViewerStateToSave;