2 writes to DeleteOnClose
PresentationUI (2)
MS\Internal\Documents\Application\DocumentStream.cs (2)
210result.DeleteOnClose = false; 301result.DeleteOnClose = true;
2 references to DeleteOnClose
PresentationUI (2)
MS\Internal\Documents\Application\DocumentStream.cs (2)
681DeleteOnClose && disposing ? "should" : "should not"); 694if (DeleteOnClose)