3 writes to _activePart
PresentationUI (3)
MS\Internal\Documents\Application\WriteableOnDemandPackagePart.cs (3)
72_activePart = readingPart; 89_activePart = value; 207_activePart = writingPart;
6 references to _activePart
PresentationUI (6)
MS\Internal\Documents\Application\WriteableOnDemandPackagePart.cs (6)
128return _activePart.ContentType; 151_activePart.Uri, 152_activePart.GetHashCode(), 158_activePart.GetStream(FileMode.Open, FileAccess.Read), 191_activePart.Uri, 211return _activePart.GetStream(mode, access);