2 writes to _rootViewerState
PresentationFramework (2)
System\Windows\Navigation\JournalEntry.cs (2)
103_rootViewerState = (CustomJournalStateInternal)info.GetValue("_rootViewerState", typeof(CustomJournalStateInternal)); 425set { _rootViewerState = value; }
2 references to _rootViewerState
PresentationFramework (2)
System\Windows\Navigation\JournalEntry.cs (2)
121info.AddValue("_rootViewerState", _rootViewerState); 424get { return _rootViewerState; }