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)
123return _activePart.ContentType; 146_activePart.Uri, 147_activePart.GetHashCode(), 153_activePart.GetStream(FileMode.Open, FileAccess.Read), 186_activePart.Uri, 206return _activePart.GetStream(mode, access);