Base:
property
Source
MS.Internal.Documents.Application.Document.Source
4 references to Source
PresentationUI (4)
MS\Internal\Documents\Application\PackageController.cs (4)
52
doc.
Source
);
88
doc.Package.Rebind(doc.
Source
);
120
StreamProxy source = doc.
Source
as StreamProxy;
133
if (doc.
Source
.Length != doc.Destination.Length)