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)
105if (_tempPackage != null) 110foreach (PackagePart part in _tempPackage.GetParts()) 218PackagePart result = _tempPackage.CreatePart( 266if (_tempPackage.PartExists(partUri)) 268_tempPackage.DeletePart(partUri); 290if (_tempPackage != null) 292((IDisposable)_tempPackage).Dispose(); 317_tempPackage?.Flush(); 377(_tempPackage != null) && (_tempPackage.PartExists(partUri)); 388result = _tempPackage.GetPart(partUri); 461return _tempPackage; 491if (_tempPackage == null) 497if (_tempPackage == null) 527if (!_tempPackage.PartExists(partUri)) 536temp = _tempPackage.CreatePart( 551temp = _tempPackage.GetPart(partUri);