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