Base:
property
Source
MS.Internal.Documents.Application.Document.Source
3 references to Source
PresentationUI (3)
MS\Internal\Documents\Application\FileController.cs (2)
68
if (doc.
Source
== null)
225
if (doc.
Source
.CanWrite)
MS\Internal\Documents\Application\RightsController.cs (1)
384
StreamHelper.CopyStream(doc.
Source
, doc.Destination);