4 writes to RootViewerState
PresentationFramework (4)
src\Framework\System\Windows\Navigation\NavigationService.cs (4)
2480je.RootViewerState = null; 2836je.RootViewerState = null; 3541journalEntry.RootViewerState = _rootViewerStateToSave; 3546journalEntry.RootViewerState = GetRootViewerState(journalReason);
6 references to RootViewerState
PresentationFramework (6)
src\Framework\System\Windows\Navigation\Journal.cs (2)
497if (je.RootViewerState != null) 499je.RootViewerState.PrepareForSerialization();
src\Framework\System\Windows\Navigation\NavigationService.cs (4)
2475if (je.RootViewerState != null && _navigatorHostImpl != null) 2479RestoreRootViewerState(je.RootViewerState); 2833if (je != null && je.RootViewerState != null) 2835RestoreRootViewerState(je.RootViewerState);