4 writes to RootViewerState
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
2288je.RootViewerState = null; 2644je.RootViewerState = null; 3294journalEntry.RootViewerState = _rootViewerStateToSave; 3299journalEntry.RootViewerState = GetRootViewerState(journalReason);
6 references to RootViewerState
PresentationFramework (6)
System\Windows\Navigation\Journal.cs (2)
476if (je.RootViewerState != null) 478je.RootViewerState.PrepareForSerialization();
System\Windows\Navigation\NavigationService.cs (4)
2283if (je.RootViewerState != null && _navigatorHostImpl != null) 2287RestoreRootViewerState(je.RootViewerState); 2641if (je != null && je.RootViewerState != null) 2643RestoreRootViewerState(je.RootViewerState);