2 writes to Source
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
504
pageContent.
Source
= fd.Pages[pageInDoc++].Source;
520
pageContent.
Source
= fixedPage.BaseUri;
8 references to Source
PresentationFramework (7)
System\Windows\Documents\PageContent.cs (7)
72
DocumentsTrace.FixedFormat.PageContent.Trace($"PageContent.GetPageRoot Source={(
Source
== null ? new Uri("", UriKind.RelativeOrAbsolute) :
Source
)}");
104
DocumentsTrace.FixedFormat.PageContent.Trace($"PageContent.GetPageRootAsync Source={(
Source
== null ? new Uri("", UriKind.RelativeOrAbsolute) :
Source
)}");
144
DocumentsTrace.FixedFormat.PageContent.Trace($"PageContent.GetPageRootAsyncCancel Source={(
Source
== null ? new Uri("", UriKind.RelativeOrAbsolute) :
Source
)}");
486
Uri uriToNavigate = this.
Source
;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
504
pageContent.Source = fd.Pages[pageInDoc++].
Source
;