1 write to _sourcePart
WindowsBase (1)
Base\MS\Internal\IO\Packaging\InternalRelationshipCollection.cs (1)
241
_sourcePart
= part;
6 references to _sourcePart
WindowsBase (6)
Base\MS\Internal\IO\Packaging\InternalRelationshipCollection.cs (6)
244
_uri = GetRelationshipPartUri(
_sourcePart
);
499
PackageRelationship relationship = new PackageRelationship(_package,
_sourcePart
, targetUri, targetMode, relationshipType, id);
610
CompressionOption compressionOption =
_sourcePart
== null ? CompressionOption.NotCompressed :
_sourcePart
.CompressionOption;
631
if (
_sourcePart
== null) //indicates that the source is the package root
634
return PackUriHelper.ResolvePartUri(
_sourcePart
.Uri, target);