2 overrides of Workspace
PresentationUI (2)
MS\Internal\Documents\Application\PackageDocument.cs (1)
61
internal override Stream
Workspace
MS\Internal\Documents\Application\StreamDocument.cs (1)
72
internal override Stream
Workspace
3 references to Workspace
PresentationUI (3)
MS\Internal\Documents\Application\DocumentManager.cs (1)
327
if ((document.Dependency != null) && (document.Dependency.
Workspace
== null))
MS\Internal\Documents\Application\PackageDocument.cs (1)
66
return Dependency.
Workspace
;
MS\Internal\Documents\Application\RightsController.cs (1)
44
Stream ciphered = doc.Dependency.
Workspace
;