1 write to JournalDataStreams
PresentationFramework (1)
src\Framework\System\Windows\Navigation\JournalEntry.cs (1)
312
_jeGroupState.
JournalDataStreams
= new DataStreams();
9 references to JournalDataStreams
PresentationFramework (9)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (2)
575
if (entry.JEGroupState.
JournalDataStreams
!= null)
577
entry.JEGroupState.
JournalDataStreams
.PrepareForSerialization();
src\Framework\System\Windows\Navigation\Journal.cs (2)
298
Debug.Assert(!(journalEntry.IsAlive() && journalEntry.JEGroupState.
JournalDataStreams
!= null),
491
DataStreams jds = je.JEGroupState.
JournalDataStreams
;
src\Framework\System\Windows\Navigation\JournalEntry.cs (5)
305
if (_jeGroupState.
JournalDataStreams
!= null)
307
Debug.Assert(!_jeGroupState.
JournalDataStreams
.HasAnyData,
314
_jeGroupState.
JournalDataStreams
.Save(contentObject);
324
Debug.Assert(_jeGroupState.
JournalDataStreams
== null);
328
DataStreams jds = _jeGroupState.
JournalDataStreams
;