3 writes to _rootViewerStateToSave
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
279_rootViewerStateToSave = rootViewerState; 284_rootViewerStateToSave = null; 3241_rootViewerStateToSave = null;
2 references to _rootViewerStateToSave
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
3238if (_rootViewerStateToSave != null) // state saved in advance? 3240journalEntry.RootViewerState = _rootViewerStateToSave;