2 writes to _customContentState
PresentationFramework (2)
System\Windows\Navigation\JournalEntry.cs (2)
103
_customContentState
= (CustomContentState)info.GetValue("_customContentState", typeof(CustomContentState));
208
internal set {
_customContentState
= value; }
2 references to _customContentState
PresentationFramework (2)
System\Windows\Navigation\JournalEntry.cs (2)
121
info.AddValue("_customContentState",
_customContentState
);
207
get { return
_customContentState
; }