2 overrides of Source
PresentationUI (2)
MS\Internal\Documents\Application\PackageDocument.cs (1)
49
internal override Stream
Source
MS\Internal\Documents\Application\StreamDocument.cs (1)
55
internal override Stream
Source
6 references to Source
PresentationUI (6)
MS\Internal\Documents\Application\DocumentManager.cs (2)
347
if ((document.Dependency != null) && (document.Dependency.
Source
== null))
367
if ((document.Dependency != null) && (document.Dependency.
Source
== null))
MS\Internal\Documents\Application\PackageDocument.cs (1)
54
return Dependency.
Source
;
MS\Internal\Documents\Application\RightsController.cs (2)
112
Stream ciphered = doc.Dependency.
Source
;
199
Stream ciphered = doc.Dependency.
Source
;
MS\Internal\Documents\Application\RightsDocument.cs (1)
60
Stream sourceStream = this.Dependency.
Source
;