2 writes to _owningPartUri
WindowsBase (2)
Base\MS\Internal\IO\Packaging\PartManifestEntry.cs (2)
83
_owningPartUri
= null;
92
_owningPartUri
= relationshipSelectors[0].SourceUri;
2 references to _owningPartUri
WindowsBase (2)
Base\MS\Internal\IO\Packaging\PartManifestEntry.cs (2)
51
Debug.Assert(
_owningPartUri
!= null, "Logic error: OwningPart is null on a non-Relationship entry");
52
return
_owningPartUri
;