3 writes to _jeGroupState
PresentationFramework (3)
System\Windows\Navigation\JournalEntry.cs (3)
84
_jeGroupState
= jeGroupState;
98
_jeGroupState
= (JournalEntryGroupState)info.GetValue("_jeGroupState", typeof(JournalEntryGroupState));
372
set {
_jeGroupState
= value; }
10 references to _jeGroupState
PresentationFramework (10)
System\Windows\Navigation\JournalEntry.cs (10)
116
info.AddValue("_jeGroupState",
_jeGroupState
);
259
if (
_jeGroupState
.JournalDataStreams != null)
261
Debug.Assert(!
_jeGroupState
.JournalDataStreams.HasAnyData,
266
_jeGroupState
.JournalDataStreams = new DataStreams();
268
_jeGroupState
.JournalDataStreams.Save(contentObject);
277
Debug.Assert(
_jeGroupState
.JournalDataStreams == null);
281
DataStreams jds =
_jeGroupState
.JournalDataStreams;
371
get { return
_jeGroupState
; }
391
get { return
_jeGroupState
.NavigationServiceId; }
416
get { return
_jeGroupState
.ContentId; }