4 writes to RootViewerState
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
2299je.RootViewerState = null; 2655je.RootViewerState = null; 3305journalEntry.RootViewerState = _rootViewerStateToSave; 3310journalEntry.RootViewerState = GetRootViewerState(journalReason);
6 references to RootViewerState
PresentationFramework (6)
System\Windows\Navigation\Journal.cs (2)
484if (je.RootViewerState != null) 486je.RootViewerState.PrepareForSerialization();
System\Windows\Navigation\NavigationService.cs (4)
2294if (je.RootViewerState != null && _navigatorHostImpl != null) 2298RestoreRootViewerState(je.RootViewerState); 2652if (je != null && je.RootViewerState != null) 2654RestoreRootViewerState(je.RootViewerState);