2 overrides of Source
PresentationUI (2)
MS\Internal\Documents\Application\PackageDocument.cs (1)
45
internal override Stream
Source
MS\Internal\Documents\Application\StreamDocument.cs (1)
53
internal override Stream
Source
6 references to Source
PresentationUI (6)
MS\Internal\Documents\Application\DocumentManager.cs (2)
344
if ((document.Dependency != null) && (document.Dependency.
Source
== null))
364
if ((document.Dependency != null) && (document.Dependency.
Source
== null))
MS\Internal\Documents\Application\PackageDocument.cs (1)
50
return Dependency.
Source
;
MS\Internal\Documents\Application\RightsController.cs (2)
106
Stream ciphered = doc.Dependency.
Source
;
194
Stream ciphered = doc.Dependency.
Source
;
MS\Internal\Documents\Application\RightsDocument.cs (1)
58
Stream sourceStream = this.Dependency.
Source
;