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)
110if (_tempPackage != null) 115foreach (PackagePart part in _tempPackage.GetParts()) 223PackagePart result = _tempPackage.CreatePart( 271if (_tempPackage.PartExists(partUri)) 273_tempPackage.DeletePart(partUri); 295if (_tempPackage != null) 297((IDisposable)_tempPackage).Dispose(); 322if (_tempPackage != null) 324_tempPackage.Flush(); 385(_tempPackage != null) && (_tempPackage.PartExists(partUri)); 396result = _tempPackage.GetPart(partUri); 469return _tempPackage; 499if (_tempPackage == null) 505if (_tempPackage == null) 535if (!_tempPackage.PartExists(partUri)) 544temp = _tempPackage.CreatePart( 559temp = _tempPackage.GetPart(partUri);