2 writes to _rootViewerState
PresentationFramework (2)
System\Windows\Navigation\JournalEntry.cs (2)
119_rootViewerState = (CustomJournalStateInternal)info.GetValue("_rootViewerState", typeof(CustomJournalStateInternal)); 443set { _rootViewerState = value; }
2 references to _rootViewerState
PresentationFramework (2)
System\Windows\Navigation\JournalEntry.cs (2)
137info.AddValue("_rootViewerState", _rootViewerState); 442get { return _rootViewerState; }