3 writes to _jeGroupState
PresentationFramework (3)
System\Windows\Navigation\JournalEntry.cs (3)
85
_jeGroupState
= jeGroupState;
102
_jeGroupState
= (JournalEntryGroupState)info.GetValue("_jeGroupState", typeof(JournalEntryGroupState));
376
set {
_jeGroupState
= value; }
10 references to _jeGroupState
PresentationFramework (10)
System\Windows\Navigation\JournalEntry.cs (10)
120
info.AddValue("_jeGroupState",
_jeGroupState
);
263
if (
_jeGroupState
.JournalDataStreams != null)
265
Debug.Assert(!
_jeGroupState
.JournalDataStreams.HasAnyData,
270
_jeGroupState
.JournalDataStreams = new DataStreams();
272
_jeGroupState
.JournalDataStreams.Save(contentObject);
281
Debug.Assert(
_jeGroupState
.JournalDataStreams == null);
285
DataStreams jds =
_jeGroupState
.JournalDataStreams;
375
get { return
_jeGroupState
; }
395
get { return
_jeGroupState
.NavigationServiceId; }
420
get { return
_jeGroupState
.ContentId; }