2 overrides of Workspace
PresentationUI (2)
MS\Internal\Documents\Application\PackageDocument.cs (1)
57
internal override Stream
Workspace
MS\Internal\Documents\Application\StreamDocument.cs (1)
70
internal override Stream
Workspace
3 references to Workspace
PresentationUI (3)
MS\Internal\Documents\Application\DocumentManager.cs (1)
324
if ((document.Dependency != null) && (document.Dependency.
Workspace
== null))
MS\Internal\Documents\Application\PackageDocument.cs (1)
62
return Dependency.
Workspace
;
MS\Internal\Documents\Application\RightsController.cs (1)
38
Stream ciphered = doc.Dependency.
Workspace
;