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)
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(); 317if (_tempPackage != null) 319_tempPackage.Flush(); 380(_tempPackage != null) && (_tempPackage.PartExists(partUri)); 391result = _tempPackage.GetPart(partUri); 464return _tempPackage; 494if (_tempPackage == null) 500if (_tempPackage == null) 530if (!_tempPackage.PartExists(partUri)) 539temp = _tempPackage.CreatePart( 554temp = _tempPackage.GetPart(partUri);