2 writes to _rootViewerState
PresentationFramework (2)
System\Windows\Navigation\JournalEntry.cs (2)
109
_rootViewerState
= (CustomJournalStateInternal)info.GetValue("_rootViewerState", typeof(CustomJournalStateInternal));
431
set {
_rootViewerState
= value; }
2 references to _rootViewerState
PresentationFramework (2)
System\Windows\Navigation\JournalEntry.cs (2)
127
info.AddValue("_rootViewerState",
_rootViewerState
);
430
get { return
_rootViewerState
; }