3 writes to _propertyPart
WindowsBase (3)
Base\MS\Internal\IO\Packaging\PartBasedPackageProperties.cs (3)
509_propertyPart = GetPropertyPart(); 796_propertyPart = GetPropertyPart(); 811_propertyPart = _package.CreatePart(GeneratePropertyPartUri(), _coreDocumentPropertiesContentType.ToString());
8 references to _propertyPart
WindowsBase (8)
Base\MS\Internal\IO\Packaging\PartBasedPackageProperties.cs (8)
503Invariant.Assert(_propertyPart == null); // This gets called exclusively from constructor. 510if (_propertyPart == null) 513ParseCorePropertyPart(_propertyPart); 772writerStream = _propertyPart.GetStream(FileMode.Create, FileAccess.Write); 774writerStream = new IgnoreFlushAndCloseStream(_propertyPart.GetStream(FileMode.Create, FileAccess.Write)); 784if (_propertyPart != null) 797if (_propertyPart != null) 812_package.CreateRelationship(_propertyPart.Uri, TargetMode.Internal,