3 writes to _rootViewerStateToSave
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
296
_rootViewerStateToSave
= rootViewerState;
301
_rootViewerStateToSave
= null;
3306
_rootViewerStateToSave
= null;
2 references to _rootViewerStateToSave
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
3303
if (
_rootViewerStateToSave
!= null) // state saved in advance?
3305
journalEntry.RootViewerState =
_rootViewerStateToSave
;