3 writes to _rootViewerStateToSave
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
280
_rootViewerStateToSave
= rootViewerState;
285
_rootViewerStateToSave
= null;
3242
_rootViewerStateToSave
= null;
2 references to _rootViewerStateToSave
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
3239
if (
_rootViewerStateToSave
!= null) // state saved in advance?
3241
journalEntry.RootViewerState =
_rootViewerStateToSave
;