3 writes to _jeGroupState
PresentationFramework (3)
System\Windows\Navigation\JournalEntry.cs (3)
84
_jeGroupState
= jeGroupState;
101
_jeGroupState
= (JournalEntryGroupState)info.GetValue("_jeGroupState", typeof(JournalEntryGroupState));
375
set {
_jeGroupState
= value; }
10 references to _jeGroupState
PresentationFramework (10)
System\Windows\Navigation\JournalEntry.cs (10)
119
info.AddValue("_jeGroupState",
_jeGroupState
);
262
if (
_jeGroupState
.JournalDataStreams != null)
264
Debug.Assert(!
_jeGroupState
.JournalDataStreams.HasAnyData,
269
_jeGroupState
.JournalDataStreams = new DataStreams();
271
_jeGroupState
.JournalDataStreams.Save(contentObject);
280
Debug.Assert(
_jeGroupState
.JournalDataStreams == null);
284
DataStreams jds =
_jeGroupState
.JournalDataStreams;
374
get { return
_jeGroupState
; }
394
get { return
_jeGroupState
.NavigationServiceId; }
419
get { return
_jeGroupState
.ContentId; }