3 writes to _rootViewerStateToSave
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
294
_rootViewerStateToSave
= rootViewerState;
299
_rootViewerStateToSave
= null;
3304
_rootViewerStateToSave
= null;
2 references to _rootViewerStateToSave
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
3301
if (
_rootViewerStateToSave
!= null) // state saved in advance?
3303
journalEntry.RootViewerState =
_rootViewerStateToSave
;