2 overrides of Workspace
PresentationUI (2)
MS\Internal\Documents\Application\PackageDocument.cs (1)
58
internal override Stream
Workspace
MS\Internal\Documents\Application\StreamDocument.cs (1)
71
internal override Stream
Workspace
3 references to Workspace
PresentationUI (3)
MS\Internal\Documents\Application\DocumentManager.cs (1)
326
if ((document.Dependency != null) && (document.Dependency.
Workspace
== null))
MS\Internal\Documents\Application\PackageDocument.cs (1)
63
return Dependency.
Workspace
;
MS\Internal\Documents\Application\RightsController.cs (1)
39
Stream ciphered = doc.Dependency.
Workspace
;