2 writes to Source
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
497
pageContent.
Source
= fd.Pages[pageInDoc++].Source;
513
pageContent.
Source
= fixedPage.BaseUri;
5 references to Source
PresentationFramework (4)
System\Windows\Documents\PageContent.cs (4)
72
DocumentsTrace.FixedFormat.PageContent.Trace($"PageContent.GetPageRoot Source={(
Source
?? new Uri("", UriKind.RelativeOrAbsolute))}");
101
DocumentsTrace.FixedFormat.PageContent.Trace($"PageContent.GetPageRootAsync Source={(
Source
?? new Uri("", UriKind.RelativeOrAbsolute))}");
141
DocumentsTrace.FixedFormat.PageContent.Trace($"PageContent.GetPageRootAsyncCancel Source={(
Source
?? new Uri("", UriKind.RelativeOrAbsolute))}");
483
Uri uriToNavigate = this.
Source
;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
497
pageContent.Source = fd.Pages[pageInDoc++].
Source
;