4 writes to RootViewerState
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
2231je.RootViewerState = null; 2587je.RootViewerState = null; 3237journalEntry.RootViewerState = _rootViewerStateToSave; 3242journalEntry.RootViewerState = GetRootViewerState(journalReason);
5 references to RootViewerState
PresentationFramework (5)
System\Windows\Navigation\Journal.cs (1)
469je.RootViewerState?.PrepareForSerialization();
System\Windows\Navigation\NavigationService.cs (4)
2226if (je.RootViewerState != null && _navigatorHostImpl != null) 2230RestoreRootViewerState(je.RootViewerState); 2584if (je != null && je.RootViewerState != null) 2586RestoreRootViewerState(je.RootViewerState);