3 writes to _partCollection
WindowsBase (3)
Base\System\IO\Packaging\Package.cs (3)
75
_partCollection
= null;
520
_partCollection
= new PackagePartCollection(_partList);
851
_partCollection
= null;
2 references to _partCollection
WindowsBase (2)
Base\System\IO\Packaging\Package.cs (2)
484
if (
_partCollection
== null)
522
return
_partCollection
;