2 overrides of Destination
PresentationUI (2)
MS\Internal\Documents\Application\PackageDocument.cs (1)
34
internal override Stream
Destination
MS\Internal\Documents\Application\StreamDocument.cs (1)
37
internal override Stream
Destination
7 references to Destination
PresentationUI (7)
MS\Internal\Documents\Application\DocumentManager.cs (3)
387
if ((document.Dependency != null) && (document.Dependency.
Destination
== null))
407
if ((document.Dependency != null) && (document.Dependency.
Destination
== null))
428
if ((document.Dependency != null) && (document.Dependency.
Destination
== null))
MS\Internal\Documents\Application\PackageDocument.cs (1)
39
return Dependency.
Destination
;
MS\Internal\Documents\Application\RightsController.cs (2)
292
Stream ciphered = doc.Dependency.
Destination
;
321
doc.Dependency.
Destination
);
MS\Internal\Documents\Application\RightsDocument.cs (1)
42
Stream destinationStream = this.Dependency.
Destination
;