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)
104if (_tempPackage != null) 109foreach (PackagePart part in _tempPackage.GetParts()) 217PackagePart result = _tempPackage.CreatePart( 265if (_tempPackage.PartExists(partUri)) 267_tempPackage.DeletePart(partUri); 289if (_tempPackage != null) 291((IDisposable)_tempPackage).Dispose(); 316_tempPackage?.Flush(); 376(_tempPackage != null) && (_tempPackage.PartExists(partUri)); 387result = _tempPackage.GetPart(partUri); 460return _tempPackage; 490if (_tempPackage == null) 496if (_tempPackage == null) 526if (!_tempPackage.PartExists(partUri)) 535temp = _tempPackage.CreatePart( 550temp = _tempPackage.GetPart(partUri);