2 writes to _customContentState
PresentationFramework (2)
System\Windows\Navigation\JournalEntry.cs (2)
118_customContentState = (CustomContentState)info.GetValue("_customContentState", typeof(CustomContentState)); 223internal set { _customContentState = value; }
2 references to _customContentState
PresentationFramework (2)
System\Windows\Navigation\JournalEntry.cs (2)
136info.AddValue("_customContentState", _customContentState); 222get { return _customContentState; }