3 writes to _tempPackage
PresentationUI (3)
MS\Internal\Documents\Application\TransactionalPackage.cs (3)
67
_tempPackage
= null;
91
_tempPackage
= temporaryPackage;
293
_tempPackage
= null;
18 references to _tempPackage
PresentationUI (18)
MS\Internal\Documents\Application\TransactionalPackage.cs (18)
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
if (
_tempPackage
!= null)
319
_tempPackage
.Flush();
380
(
_tempPackage
!= null) && (
_tempPackage
.PartExists(partUri));
391
result =
_tempPackage
.GetPart(partUri);
464
return
_tempPackage
;
494
if (
_tempPackage
== null)
500
if (
_tempPackage
== null)
530
if (!
_tempPackage
.PartExists(partUri))
539
temp =
_tempPackage
.CreatePart(
554
temp =
_tempPackage
.GetPart(partUri);