3 writes to WorkspaceProxy
PresentationUI (3)
MS\Internal\Documents\Application\FileController.cs (1)
48doc.WorkspaceProxy = doc.SourceProxy.CreateTemporary(false);
MS\Internal\Documents\Application\RightsController.cs (1)
88doc.WorkspaceProxy = new StreamProxy(clear);
MS\Internal\Documents\Application\StreamDocument.cs (1)
116WorkspaceProxy = null;
7 references to WorkspaceProxy
PresentationUI (7)
MS\Internal\Documents\Application\FileController.cs (5)
33if (doc.WorkspaceProxy == null) 50if (doc.WorkspaceProxy == null) 56return (doc.WorkspaceProxy != null); 321(doc.WorkspaceProxy == null ? 0 : doc.WorkspaceProxy.Length));
MS\Internal\Documents\Application\StreamDocument.cs (2)
113if (WorkspaceProxy != null) 115WorkspaceProxy.Close();