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