3 writes to _tempPackage
PresentationUI (3)
MS\Internal\Documents\Application\TransactionalPackage.cs (3)
72
_tempPackage
= null;
96
_tempPackage
= temporaryPackage;
298
_tempPackage
= null;
18 references to _tempPackage
PresentationUI (18)
MS\Internal\Documents\Application\TransactionalPackage.cs (18)
110
if (
_tempPackage
!= null)
115
foreach (PackagePart part in
_tempPackage
.GetParts())
223
PackagePart result =
_tempPackage
.CreatePart(
271
if (
_tempPackage
.PartExists(partUri))
273
_tempPackage
.DeletePart(partUri);
295
if (
_tempPackage
!= null)
297
((IDisposable)
_tempPackage
).Dispose();
322
if (
_tempPackage
!= null)
324
_tempPackage
.Flush();
385
(
_tempPackage
!= null) && (
_tempPackage
.PartExists(partUri));
396
result =
_tempPackage
.GetPart(partUri);
469
return
_tempPackage
;
499
if (
_tempPackage
== null)
505
if (
_tempPackage
== null)
535
if (!
_tempPackage
.PartExists(partUri))
544
temp =
_tempPackage
.CreatePart(
559
temp =
_tempPackage
.GetPart(partUri);