4 writes to RootViewerState
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
2231je.RootViewerState = null; 2584je.RootViewerState = null; 3231journalEntry.RootViewerState = _rootViewerStateToSave; 3236journalEntry.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); 2581if (je != null && je.RootViewerState != null) 2583RestoreRootViewerState(je.RootViewerState);