2 overrides of Source
PresentationUI (2)
MS\Internal\Documents\Application\PackageDocument.cs (1)
46
internal override Stream
Source
MS\Internal\Documents\Application\StreamDocument.cs (1)
54
internal override Stream
Source
6 references to Source
PresentationUI (6)
MS\Internal\Documents\Application\DocumentManager.cs (2)
346
if ((document.Dependency != null) && (document.Dependency.
Source
== null))
366
if ((document.Dependency != null) && (document.Dependency.
Source
== null))
MS\Internal\Documents\Application\PackageDocument.cs (1)
51
return Dependency.
Source
;
MS\Internal\Documents\Application\RightsController.cs (2)
107
Stream ciphered = doc.Dependency.
Source
;
194
Stream ciphered = doc.Dependency.
Source
;
MS\Internal\Documents\Application\RightsDocument.cs (1)
58
Stream sourceStream = this.Dependency.
Source
;