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