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