2 instantiations of ZipPackage
WindowsBase (2)
Base\System\IO\Packaging\Package.cs (2)
1003package = new ZipPackage(packageFileInfo.FullName, packageMode, packageAccess, packageShare, streaming); 1069package = new ZipPackage(ensuredStream, packageMode, packageAccess, streaming);
9 references to ZipPackage
PresentationCore (1)
Core\CSharp\System\IO\Packaging\PackageStore.cs (1)
204if (package != null && package.GetType() != typeof(ZipPackage))
WindowsBase (8)
Base\MS\Internal\IO\Packaging\PieceNameHelper.cs (1)
332Uri partUri = new Uri(ZipPackage.GetOpcNameFromZipItemName(parseResults.PrefixName), UriKind.Relative);
Base\MS\Internal\IO\Packaging\streamingZipPartStream.cs (1)
318string pieceZipName = ZipPackage.GetZipItemNameFromOpcName(pieceName);
Base\System\IO\Packaging\ZipPackage.cs (2)
1036ZipPackage.DeleteInterleavedPartOrStream(_contentTypeStreamPieces); 1495ZipPackage.GetOpcNameFromZipItemName(ContentTypeFileName),
Base\System\IO\Packaging\ZipPackagePart.cs (4)
64ZipPackage.GetZipCompressionMethodFromOpcCompressionOption(this.CompressionOption, 113internal ZipPackagePart(ZipPackage container, 135internal ZipPackagePart(ZipPackage container, 155internal ZipPackagePart(ZipPackage container,