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)
503
Invariant.Assert(
_propertyPart
== null); // This gets called exclusively from constructor.
510
if (
_propertyPart
== null)
513
ParseCorePropertyPart(
_propertyPart
);
772
writerStream =
_propertyPart
.GetStream(FileMode.Create, FileAccess.Write);
774
writerStream = new IgnoreFlushAndCloseStream(
_propertyPart
.GetStream(FileMode.Create, FileAccess.Write));
784
if (
_propertyPart
!= null)
797
if (
_propertyPart
!= null)
812
_package.CreateRelationship(
_propertyPart
.Uri, TargetMode.Internal,