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