7 references to DeletePart
WindowsBase (7)
Base\MS\Internal\IO\Packaging\InternalRelationshipCollection.cs (1)
172
_package.
DeletePart
(_uri);
Base\System\IO\Packaging\Package.cs (1)
463
DeletePart
(PackUriHelper.GetRelationshipPartUri(validatedPartUri));
Base\System\IO\Packaging\PackageDigitalSignatureManager.cs (5)
784
_container.
DeletePart
(PackUriHelper.ResolvePartUri(r.SourceUri, r.TargetUri)); // will not throw if part not found
788
_container.
DeletePart
(p.Uri);
1100
_container.
DeletePart
(signatureUri);
1148
_container.
DeletePart
(certificatePartName); // will not throw if part not found
1210
_container.
DeletePart
(_originPartName);