4 writes to RootViewerState
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
2234je.RootViewerState = null; 2590je.RootViewerState = null; 3240journalEntry.RootViewerState = _rootViewerStateToSave; 3245journalEntry.RootViewerState = GetRootViewerState(journalReason);
5 references to RootViewerState
PresentationFramework (5)
System\Windows\Navigation\Journal.cs (1)
469je.RootViewerState?.PrepareForSerialization();
System\Windows\Navigation\NavigationService.cs (4)
2229if (je.RootViewerState != null && _navigatorHostImpl != null) 2233RestoreRootViewerState(je.RootViewerState); 2587if (je != null && je.RootViewerState != null) 2589RestoreRootViewerState(je.RootViewerState);