23 references to FixedFormat
PresentationFramework (23)
System\Windows\Documents\DocumentSequence.cs (3)
241DocumentsTrace.FixedFormat.IDF.Trace($"IDP.GetPage({pageNumber})"); 291DocumentsTrace.FixedFormat.IDF.Trace($"IDP.GetPageAsync({pageNumber}, {userState})"); 348DocumentsTrace.FixedFormat.IDF.Trace($"IDP.GetPageAsyncCancel([{userState}])");
System\Windows\Documents\FixedDocument.cs (13)
145DocumentsTrace.FixedFormat.FixedDocument.Trace($"Page {_pages.Count} Deferred"); 315DocumentsTrace.FixedFormat.IDF.Trace($"IDP.GetPage({pageNumber})"); 360DocumentsTrace.FixedFormat.IDF.Trace($"IDP.GetPageAsync({pageNumber}, {userState})"); 416DocumentsTrace.FixedFormat.IDF.Trace($"IDP.GetPageAsyncCancel([{userState}])"); 446DocumentsTrace.FixedFormat.IDF.Trace($"IDF.GetContentPositionForElement({element})"); 644DocumentsTrace.FixedFormat.FixedDocument.Trace($"SyncGetPageWithCheck {index} is invalid page"); 653DocumentsTrace.FixedFormat.FixedDocument.Trace($"SyncGetPage {index}"); 722DocumentsTrace.FixedFormat.FixedDocument.Trace($"GetPageSize {pageNumber}"); 737DocumentsTrace.FixedFormat.FixedDocument.Trace($"====== GetPageSize {pageNumber} Warning sync call made while async outstanding ====="); 1005DocumentsTrace.FixedFormat.FixedDocument.Trace($"Loaded Page {_pages.Count}"); 1188DocumentsTrace.FixedFormat.IDF.Trace($"IDP.GetPageAsyncDelegate {Pages.IndexOf(pc)}"); 1207DocumentsTrace.FixedFormat.IDF.Trace($"IDP.OnGetPageRootCompleted {Pages.IndexOf((PageContent)sender)}"); 1257DocumentsTrace.FixedFormat.IDF.Trace($"IDP._NotifyGetPageAsyncCompleted {page} {pageNumber} {error} {cancelled} {userState}");
System\Windows\Documents\FixedPage.cs (4)
878DocumentsTrace.FixedFormat.FixedDocument.Trace($"FixedPage.GetUIElement {node} is nested element"); 896DocumentsTrace.FixedFormat.FixedDocument.Trace($"FixedPage.GeElement {node} is non S0 grouping element in L[{level}]!"); 900DocumentsTrace.FixedFormat.FixedDocument.Trace($"FixedPage.GetElement {node} is NOT a grouping element in L[{level}]!!!"); 923DocumentsTrace.FixedFormat.FixedDocument.Trace($"FixedPage.GetElement{node} is non-Glyphs");
System\Windows\Documents\PageContent.cs (3)
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)}");