3 writes to _activePart
PresentationUI (3)
MS\Internal\Documents\Application\WriteableOnDemandPackagePart.cs (3)
68
_activePart
= readingPart;
85
_activePart
= value;
203
_activePart
= writingPart;
6 references to _activePart
PresentationUI (6)
MS\Internal\Documents\Application\WriteableOnDemandPackagePart.cs (6)
124
return
_activePart
.ContentType;
147
_activePart
.Uri,
148
_activePart
.GetHashCode(),
154
_activePart
.GetStream(FileMode.Open, FileAccess.Read),
187
_activePart
.Uri,
207
return
_activePart
.GetStream(mode, access);