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