3 writes to WorkspaceProxy
PresentationUI (3)
MS\Internal\Documents\Application\FileController.cs (1)
45doc.WorkspaceProxy = doc.SourceProxy.CreateTemporary(false);
MS\Internal\Documents\Application\RightsController.cs (1)
88doc.WorkspaceProxy = new StreamProxy(clear);
MS\Internal\Documents\Application\StreamDocument.cs (1)
114WorkspaceProxy = null;
6 references to WorkspaceProxy
PresentationUI (6)
MS\Internal\Documents\Application\FileController.cs (5)
33if (doc.WorkspaceProxy == null) 47if (doc.WorkspaceProxy == null) 53return (doc.WorkspaceProxy != null); 318(doc.WorkspaceProxy == null ? 0 : doc.WorkspaceProxy.Length));
MS\Internal\Documents\Application\StreamDocument.cs (1)
113WorkspaceProxy?.Close();