3 writes to WorkspaceProxy
PresentationUI (3)
MS\Internal\Documents\Application\FileController.cs (1)
49doc.WorkspaceProxy = doc.SourceProxy.CreateTemporary(false);
MS\Internal\Documents\Application\RightsController.cs (1)
89doc.WorkspaceProxy = new StreamProxy(clear);
MS\Internal\Documents\Application\StreamDocument.cs (1)
117WorkspaceProxy = null;
7 references to WorkspaceProxy
PresentationUI (7)
MS\Internal\Documents\Application\FileController.cs (5)
34if (doc.WorkspaceProxy == null) 51if (doc.WorkspaceProxy == null) 57return (doc.WorkspaceProxy != null); 322(doc.WorkspaceProxy == null ? 0 : doc.WorkspaceProxy.Length));
MS\Internal\Documents\Application\StreamDocument.cs (2)
114if (WorkspaceProxy != null) 116WorkspaceProxy.Close();