2 writes to DeleteOnClose
PresentationUI (2)
MS\Internal\Documents\Application\DocumentStream.cs (2)
209result.DeleteOnClose = false; 300result.DeleteOnClose = true;
2 references to DeleteOnClose
PresentationUI (2)
MS\Internal\Documents\Application\DocumentStream.cs (2)
680DeleteOnClose && disposing ? "should" : "should not"); 693if (DeleteOnClose)