2 writes to DeleteOnClose
PresentationUI (2)
MS\Internal\Documents\Application\DocumentStream.cs (2)
208result.DeleteOnClose = false; 299result.DeleteOnClose = true;
2 references to DeleteOnClose
PresentationUI (2)
MS\Internal\Documents\Application\DocumentStream.cs (2)
679DeleteOnClose && disposing ? "should" : "should not"); 692if (DeleteOnClose)