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