3 writes to _propertyPart
System.IO.Packaging (3)
System\IO\Packaging\PartBasedPackageProperties.cs (3)
424
_propertyPart
= GetPropertyPart();
707
_propertyPart
= GetPropertyPart();
723
_propertyPart
= _package.CreatePart(GeneratePropertyPartUri(), s_coreDocumentPropertiesContentType.ToString());
9 references to _propertyPart
System.IO.Packaging (9)
System\IO\Packaging\PartBasedPackageProperties.cs (9)
418
Debug.Assert(
_propertyPart
== null); // This gets called exclusively from constructor.
425
if (
_propertyPart
== null)
428
ParseCorePropertyPart(
_propertyPart
);
685
zipStream =
_propertyPart
.GetStream(FileMode.Create, FileAccess.Write);
692
[MemberNotNull(nameof(
_propertyPart
))]
695
if (
_propertyPart
!= null)
708
if (
_propertyPart
!= null)
720
[MemberNotNull(nameof(
_propertyPart
))]
724
_package.CreateRelationship(
_propertyPart
.Uri, TargetMode.Internal,