4 writes to RootViewerState
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
2244je.RootViewerState = null; 2594je.RootViewerState = null; 3241journalEntry.RootViewerState = _rootViewerStateToSave; 3246journalEntry.RootViewerState = GetRootViewerState(journalReason);
5 references to RootViewerState
PresentationFramework (5)
System\Windows\Navigation\Journal.cs (1)
469je.RootViewerState?.PrepareForSerialization();
System\Windows\Navigation\NavigationService.cs (4)
2239if (je.RootViewerState != null && _navigatorHostImpl != null) 2243RestoreRootViewerState(je.RootViewerState); 2591if (je != null && je.RootViewerState != null) 2593RestoreRootViewerState(je.RootViewerState);