2 writes to _packageProperties
WindowsBase (2)
Base\System\IO\Packaging\Package.cs (2)
118
_packageProperties
= new PartBasedPackageProperties(this);
846
_packageProperties
= null;
8 references to _packageProperties
WindowsBase (8)
Base\System\IO\Packaging\Package.cs (8)
117
if (
_packageProperties
== null)
119
return
_packageProperties
;
546
if (
_packageProperties
!= null)
547
_packageProperties
.Close();
604
if (
_packageProperties
!= null)
605
_packageProperties
.Flush();
843
if (
_packageProperties
!= null)
845
_packageProperties
.Dispose();