2 overrides of Destination
PresentationUI (2)
MS\Internal\Documents\Application\PackageDocument.cs (1)
40internal override Stream Destination
MS\Internal\Documents\Application\StreamDocument.cs (1)
38internal override Stream Destination
7 references to Destination
PresentationUI (7)
MS\Internal\Documents\Application\DocumentManager.cs (3)
391if ((document.Dependency != null) && (document.Dependency.Destination == null)) 411if ((document.Dependency != null) && (document.Dependency.Destination == null)) 432if ((document.Dependency != null) && (document.Dependency.Destination == null))
MS\Internal\Documents\Application\PackageDocument.cs (1)
45return Dependency.Destination;
MS\Internal\Documents\Application\RightsController.cs (2)
297Stream ciphered = doc.Dependency.Destination; 326doc.Dependency.Destination);
MS\Internal\Documents\Application\RightsDocument.cs (1)
44Stream destinationStream = this.Dependency.Destination;