3 writes to _jeGroupState
PresentationFramework (3)
System\Windows\Navigation\JournalEntry.cs (3)
90
_jeGroupState
= jeGroupState;
107
_jeGroupState
= (JournalEntryGroupState)info.GetValue("_jeGroupState", typeof(JournalEntryGroupState));
381
set {
_jeGroupState
= value; }
10 references to _jeGroupState
PresentationFramework (10)
System\Windows\Navigation\JournalEntry.cs (10)
125
info.AddValue("_jeGroupState",
_jeGroupState
);
268
if (
_jeGroupState
.JournalDataStreams != null)
270
Debug.Assert(!
_jeGroupState
.JournalDataStreams.HasAnyData,
275
_jeGroupState
.JournalDataStreams = new DataStreams();
277
_jeGroupState
.JournalDataStreams.Save(contentObject);
286
Debug.Assert(
_jeGroupState
.JournalDataStreams == null);
290
DataStreams jds =
_jeGroupState
.JournalDataStreams;
380
get { return
_jeGroupState
; }
400
get { return
_jeGroupState
.NavigationServiceId; }
425
get { return
_jeGroupState
.ContentId; }