1 write to JournalDataStreams
PresentationFramework (1)
System\Windows\Navigation\JournalEntry.cs (1)
285
_jeGroupState.
JournalDataStreams
= new DataStreams();
7 references to JournalDataStreams
PresentationFramework (7)
System\Windows\Navigation\Journal.cs (2)
284
Debug.Assert(!(journalEntry.IsAlive() && journalEntry.JEGroupState.
JournalDataStreams
!= null),
478
DataStreams jds = je.JEGroupState.
JournalDataStreams
;
System\Windows\Navigation\JournalEntry.cs (5)
278
if (_jeGroupState.
JournalDataStreams
!= null)
280
Debug.Assert(!_jeGroupState.
JournalDataStreams
.HasAnyData,
287
_jeGroupState.
JournalDataStreams
.Save(contentObject);
296
Debug.Assert(_jeGroupState.
JournalDataStreams
== null);
300
DataStreams jds = _jeGroupState.
JournalDataStreams
;