3 references to GetRelationship
WindowsBase (3)
Base\MS\Internal\IO\Packaging\InternalRelationshipCollection.cs (1)
681} while (!_package.InStreamingCreation && GetRelationship(id) != null);
Base\System\IO\Packaging\Package.cs (1)
1424return _relationships.GetRelationship(id);
Base\System\IO\Packaging\PackagePart.cs (1)
863return _relationships.GetRelationship(id);