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)
463DeletePart(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);