2 writes to _customContentState
PresentationFramework (2)
src\Framework\System\Windows\Navigation\JournalEntry.cs (2)
126_customContentState = (CustomContentState)info.GetValue("_customContentState", typeof(CustomContentState)); 249internal set { _customContentState = value; }
2 references to _customContentState
PresentationFramework (2)
src\Framework\System\Windows\Navigation\JournalEntry.cs (2)
153info.AddValue("_customContentState", _customContentState); 248get { return _customContentState; }