4 writes to RootViewerState
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
2235je.RootViewerState = null; 2591je.RootViewerState = null; 3241journalEntry.RootViewerState = _rootViewerStateToSave; 3246journalEntry.RootViewerState = GetRootViewerState(journalReason);
5 references to RootViewerState
PresentationFramework (5)
System\Windows\Navigation\Journal.cs (1)
470je.RootViewerState?.PrepareForSerialization();
System\Windows\Navigation\NavigationService.cs (4)
2230if (je.RootViewerState != null && _navigatorHostImpl != null) 2234RestoreRootViewerState(je.RootViewerState); 2588if (je != null && je.RootViewerState != null) 2590RestoreRootViewerState(je.RootViewerState);