2 writes to _rootViewerState
PresentationFramework (2)
src\Framework\System\Windows\Navigation\JournalEntry.cs (2)
127
_rootViewerState
= (CustomJournalStateInternal)info.GetValue("_rootViewerState", typeof(CustomJournalStateInternal));
471
set {
_rootViewerState
= value; }
2 references to _rootViewerState
PresentationFramework (2)
src\Framework\System\Windows\Navigation\JournalEntry.cs (2)
154
info.AddValue("_rootViewerState",
_rootViewerState
);
470
get { return
_rootViewerState
; }