23 references to FixedFormat
PresentationFramework (23)
System\Windows\Documents\DocumentSequence.cs (3)
233DocumentsTrace.FixedFormat.IDF.Trace($"IDP.GetPage({pageNumber})"); 283DocumentsTrace.FixedFormat.IDF.Trace($"IDP.GetPageAsync({pageNumber}, {userState})"); 338DocumentsTrace.FixedFormat.IDF.Trace($"IDP.GetPageAsyncCancel([{userState}])");
System\Windows\Documents\FixedDocument.cs (13)
144DocumentsTrace.FixedFormat.FixedDocument.Trace($"Page {_pages.Count} Deferred"); 314DocumentsTrace.FixedFormat.IDF.Trace($"IDP.GetPage({pageNumber})"); 359DocumentsTrace.FixedFormat.IDF.Trace($"IDP.GetPageAsync({pageNumber}, {userState})"); 415DocumentsTrace.FixedFormat.IDF.Trace($"IDP.GetPageAsyncCancel([{userState}])"); 445DocumentsTrace.FixedFormat.IDF.Trace($"IDF.GetContentPositionForElement({element})"); 643DocumentsTrace.FixedFormat.FixedDocument.Trace($"SyncGetPageWithCheck {index} is invalid page"); 652DocumentsTrace.FixedFormat.FixedDocument.Trace($"SyncGetPage {index}"); 721DocumentsTrace.FixedFormat.FixedDocument.Trace($"GetPageSize {pageNumber}"); 736DocumentsTrace.FixedFormat.FixedDocument.Trace($"====== GetPageSize {pageNumber} Warning sync call made while async outstanding ====="); 1006DocumentsTrace.FixedFormat.FixedDocument.Trace($"Loaded Page {_pages.Count}"); 1186DocumentsTrace.FixedFormat.IDF.Trace($"IDP.GetPageAsyncDelegate {Pages.IndexOf(pc)}"); 1205DocumentsTrace.FixedFormat.IDF.Trace($"IDP.OnGetPageRootCompleted {Pages.IndexOf((PageContent)sender)}"); 1255DocumentsTrace.FixedFormat.IDF.Trace($"IDP._NotifyGetPageAsyncCompleted {page} {pageNumber} {error} {cancelled} {userState}");
System\Windows\Documents\FixedPage.cs (4)
879DocumentsTrace.FixedFormat.FixedDocument.Trace($"FixedPage.GetUIElement {node} is nested element"); 897DocumentsTrace.FixedFormat.FixedDocument.Trace($"FixedPage.GeElement {node} is non S0 grouping element in L[{level}]!"); 901DocumentsTrace.FixedFormat.FixedDocument.Trace($"FixedPage.GetElement {node} is NOT a grouping element in L[{level}]!!!"); 924DocumentsTrace.FixedFormat.FixedDocument.Trace($"FixedPage.GetElement{node} is non-Glyphs");
System\Windows\Documents\PageContent.cs (3)
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))}");