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)
124return _activePart.ContentType; 147_activePart.Uri, 148_activePart.GetHashCode(), 154_activePart.GetStream(FileMode.Open, FileAccess.Read), 187_activePart.Uri, 207return _activePart.GetStream(mode, access);