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