Base:
property
Source
MS.Internal.Documents.Application.Document.Source
4 references to Source
PresentationUI (4)
MS\Internal\Documents\Application\PackageController.cs (4)
49
doc.
Source
);
85
doc.Package.Rebind(doc.
Source
);
117
StreamProxy source = doc.
Source
as StreamProxy;
130
if (doc.
Source
.Length != doc.Destination.Length)