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