Base:
property
Destination
MS.Internal.Documents.Application.Document.Destination
4 references to Destination
PresentationUI (4)
MS\Internal\Documents\Application\PackageController.cs (4)
113
if (doc.
Destination
== null)
121
StreamProxy destination = doc.
Destination
as StreamProxy;
133
if (doc.Source.Length != doc.
Destination
.Length)
143
doc.Package.MergeChanges(doc.
Destination
);