1 instantiation of PackagePartCollection
System.IO.Packaging (1)
System\IO\Packaging\Package.cs (1)
463
_partCollection = new
PackagePartCollection
(_partList);
4 references to PackagePartCollection
PresentationUI (1)
MS\Internal\Documents\Application\TransactionalPackage.cs (1)
441
PackagePartCollection
parts = _originalPackage.GetParts();
System.IO.Packaging (2)
System\IO\Packaging\Package.cs (2)
385
public
PackagePartCollection
GetParts()
1242
private
PackagePartCollection
? _partCollection;
WindowsBase (1)
WindowsBase.cs (1)
15
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Packaging.
PackagePartCollection
))]