3 writes to _tempPackage
PresentationUI (3)
MS\Internal\Documents\Application\TransactionalPackage.cs (3)
67
_tempPackage
= null;
91
_tempPackage
= temporaryPackage;
293
_tempPackage
= null;
17 references to _tempPackage
PresentationUI (17)
MS\Internal\Documents\Application\TransactionalPackage.cs (17)
105
if (
_tempPackage
!= null)
110
foreach (PackagePart part in
_tempPackage
.GetParts())
218
PackagePart result =
_tempPackage
.CreatePart(
266
if (
_tempPackage
.PartExists(partUri))
268
_tempPackage
.DeletePart(partUri);
290
if (
_tempPackage
!= null)
292
((IDisposable)
_tempPackage
).Dispose();
317
_tempPackage
?.Flush();
377
(
_tempPackage
!= null) && (
_tempPackage
.PartExists(partUri));
388
result =
_tempPackage
.GetPart(partUri);
461
return
_tempPackage
;
491
if (
_tempPackage
== null)
497
if (
_tempPackage
== null)
527
if (!
_tempPackage
.PartExists(partUri))
536
temp =
_tempPackage
.CreatePart(
551
temp =
_tempPackage
.GetPart(partUri);