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