Base:
property
Source
MS.Internal.Documents.Application.Document.Source
4 references to Source
PresentationUI (4)
MS\Internal\Documents\Application\PackageController.cs (4)
48
doc.
Source
);
84
doc.Package.Rebind(doc.
Source
);
116
StreamProxy source = doc.
Source
as StreamProxy;
129
if (doc.
Source
.Length != doc.Destination.Length)