3 writes to _tempPackage
PresentationUI (3)
MS\Internal\Documents\Application\TransactionalPackage.cs (3)
66
_tempPackage
= null;
90
_tempPackage
= temporaryPackage;
292
_tempPackage
= null;
17 references to _tempPackage
PresentationUI (17)
MS\Internal\Documents\Application\TransactionalPackage.cs (17)
104
if (
_tempPackage
!= null)
109
foreach (PackagePart part in
_tempPackage
.GetParts())
217
PackagePart result =
_tempPackage
.CreatePart(
265
if (
_tempPackage
.PartExists(partUri))
267
_tempPackage
.DeletePart(partUri);
289
if (
_tempPackage
!= null)
291
((IDisposable)
_tempPackage
).Dispose();
316
_tempPackage
?.Flush();
376
(
_tempPackage
!= null) && (
_tempPackage
.PartExists(partUri));
387
result =
_tempPackage
.GetPart(partUri);
460
return
_tempPackage
;
490
if (
_tempPackage
== null)
496
if (
_tempPackage
== null)
526
if (!
_tempPackage
.PartExists(partUri))
535
temp =
_tempPackage
.CreatePart(
550
temp =
_tempPackage
.GetPart(partUri);