3 writes to WorkspaceProxy
PresentationUI (3)
MS\Internal\Documents\Application\FileController.cs (1)
50doc.WorkspaceProxy = doc.SourceProxy.CreateTemporary(false);
MS\Internal\Documents\Application\RightsController.cs (1)
94doc.WorkspaceProxy = new StreamProxy(clear);
MS\Internal\Documents\Application\StreamDocument.cs (1)
118WorkspaceProxy = null;
7 references to WorkspaceProxy
PresentationUI (7)
MS\Internal\Documents\Application\FileController.cs (5)
35if (doc.WorkspaceProxy == null) 52if (doc.WorkspaceProxy == null) 58return (doc.WorkspaceProxy != null); 323(doc.WorkspaceProxy == null ? 0 : doc.WorkspaceProxy.Length));
MS\Internal\Documents\Application\StreamDocument.cs (2)
115if (WorkspaceProxy != null) 117WorkspaceProxy.Close();