3 writes to _activePart
PresentationUI (3)
MS\Internal\Documents\Application\WriteableOnDemandPackagePart.cs (3)
67
_activePart
= readingPart;
84
_activePart
= value;
202
_activePart
= writingPart;
6 references to _activePart
PresentationUI (6)
MS\Internal\Documents\Application\WriteableOnDemandPackagePart.cs (6)
123
return
_activePart
.ContentType;
146
_activePart
.Uri,
147
_activePart
.GetHashCode(),
153
_activePart
.GetStream(FileMode.Open, FileAccess.Read),
186
_activePart
.Uri,
206
return
_activePart
.GetStream(mode, access);