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