3 writes to _jeGroupState
PresentationFramework (3)
src\Framework\System\Windows\Navigation\JournalEntry.cs (3)
108
_jeGroupState
= jeGroupState;
125
_jeGroupState
= (JournalEntryGroupState)info.GetValue("_jeGroupState", typeof(JournalEntryGroupState));
421
set {
_jeGroupState
= value; }
10 references to _jeGroupState
PresentationFramework (10)
src\Framework\System\Windows\Navigation\JournalEntry.cs (10)
152
info.AddValue("_jeGroupState",
_jeGroupState
);
305
if (
_jeGroupState
.JournalDataStreams != null)
307
Debug.Assert(!
_jeGroupState
.JournalDataStreams.HasAnyData,
312
_jeGroupState
.JournalDataStreams = new DataStreams();
314
_jeGroupState
.JournalDataStreams.Save(contentObject);
324
Debug.Assert(
_jeGroupState
.JournalDataStreams == null);
328
DataStreams jds =
_jeGroupState
.JournalDataStreams;
420
get { return
_jeGroupState
; }
440
get { return
_jeGroupState
.NavigationServiceId; ; }
465
get { return
_jeGroupState
.ContentId; }