13 instantiations of DocumentsTrace
PresentationFramework (13)
MS\Internal\Documents\DocumentsTrace.cs (13)
20public static DocumentsTrace FixedDocument = new DocumentsTrace("FixedFormat-FixedDocument"); 21public static DocumentsTrace PageContent= new DocumentsTrace("FixedFormat-PageContent"); 22public static DocumentsTrace IDF = new DocumentsTrace("FixedFormat-IDFAsync"); 43public static DocumentsTrace TextView = new DocumentsTrace("FixedTextOM-TextView"); 44public static DocumentsTrace TextContainer = new DocumentsTrace("FixedTextOM-TextContainer"); 45public static DocumentsTrace Map = new DocumentsTrace("FixedTextOM-FixedFlowMap"); 46public static DocumentsTrace Highlight = new DocumentsTrace("FixedTextOM-Highlight"); 47public static DocumentsTrace Builder = new DocumentsTrace("FixedTextOM-FixedTextBuilder"); 48public static DocumentsTrace FlowPosition = new DocumentsTrace("FixedTextOM-FlowPosition"); 80public static DocumentsTrace Content = new DocumentsTrace("FixedDocumentsSequence-Content"); 81public static DocumentsTrace IDF = new DocumentsTrace("FixedDocumentSequence-IDFAsync"); 82public static DocumentsTrace TextOM = new DocumentsTrace("FixedDocumentSequence-TextOM"); 83public static DocumentsTrace Highlights = new DocumentsTrace("FixedDocumentSequence-Highlights");
82 references to DocumentsTrace
PresentationFramework (82)
MS\Internal\Documents\DocumentsTrace.cs (13)
20public static DocumentsTrace FixedDocument = new DocumentsTrace("FixedFormat-FixedDocument"); 21public static DocumentsTrace PageContent= new DocumentsTrace("FixedFormat-PageContent"); 22public static DocumentsTrace IDF = new DocumentsTrace("FixedFormat-IDFAsync"); 43public static DocumentsTrace TextView = new DocumentsTrace("FixedTextOM-TextView"); 44public static DocumentsTrace TextContainer = new DocumentsTrace("FixedTextOM-TextContainer"); 45public static DocumentsTrace Map = new DocumentsTrace("FixedTextOM-FixedFlowMap"); 46public static DocumentsTrace Highlight = new DocumentsTrace("FixedTextOM-Highlight"); 47public static DocumentsTrace Builder = new DocumentsTrace("FixedTextOM-FixedTextBuilder"); 48public static DocumentsTrace FlowPosition = new DocumentsTrace("FixedTextOM-FlowPosition"); 80public static DocumentsTrace Content = new DocumentsTrace("FixedDocumentsSequence-Content"); 81public static DocumentsTrace IDF = new DocumentsTrace("FixedDocumentSequence-IDFAsync"); 82public static DocumentsTrace TextOM = new DocumentsTrace("FixedDocumentSequence-TextOM"); 83public static DocumentsTrace Highlights = new DocumentsTrace("FixedDocumentSequence-Highlights");
System\Windows\Documents\ChildDocumentBlock.cs (2)
226DocumentsTrace.FixedDocumentSequence.TextOM.Trace($"Loading TextContainer {_docRef}"); 236DocumentsTrace.FixedDocumentSequence.TextOM.Trace("Got ITextContainer");
System\Windows\Documents\DocumentReference.cs (5)
68DocumentsTrace.FixedDocumentSequence.IDF.Trace($"DocumentReference.GetDocument ({(Source == null ? new Uri("", UriKind.RelativeOrAbsolute) : Source)}, {forceReload})"); 88DocumentsTrace.FixedDocumentSequence.IDF.Trace( 141DocumentsTrace.FixedDocumentSequence.IDF.Trace("DocumentReference.Source_Invaidated"); 148DocumentsTrace.FixedDocumentSequence.IDF.Trace($"====Replace old doc {(oldSource == null ? "null" : oldSource.ToString())} with new {(newSource == null ? "null" : newSource.ToString())}"); 199DocumentsTrace.FixedDocumentSequence.Content.Trace(
System\Windows\Documents\DocumentSequence.cs (13)
118DocumentsTrace.FixedDocumentSequence.Content.Trace($"Doc {_references.Count} Deferred"); 241DocumentsTrace.FixedFormat.IDF.Trace($"IDP.GetPage({pageNumber})"); 291DocumentsTrace.FixedFormat.IDF.Trace($"IDP.GetPageAsync({pageNumber}, {userState})"); 348DocumentsTrace.FixedFormat.IDF.Trace($"IDP.GetPageAsyncCancel([{userState}])"); 716DocumentsTrace.FixedDocumentSequence.Content.Trace($"Loaded DocumentReference {_references.Count}"); 737DocumentsTrace.FixedDocumentSequence.Content.Trace($"_OnCollectionChange: Add {item.GetHashCode()}"); 752DocumentsTrace.FixedDocumentSequence.Content.Trace($"_OnCollectionChange: Add with IDP {paginator.GetHashCode()}"); 809DocumentsTrace.FixedDocumentSequence.IDF.Trace("_OnChildPaginationCompleted"); 824DocumentsTrace.FixedDocumentSequence.IDF.Trace("_OnChildPaginationProgress"); 834DocumentsTrace.FixedDocumentSequence.IDF.Trace("_OnChildPagesChanged"); 854DocumentsTrace.FixedDocumentSequence.IDF.Trace("_GetPageAsyncDelegate"); 884DocumentsTrace.FixedDocumentSequence.IDF.Trace("_OnGetPageCompleted"); 933DocumentsTrace.FixedDocumentSequence.IDF.Trace("_NotifyGetPageAsyncCompleted");
System\Windows\Documents\DocumentSequenceHighlightLayer.cs (1)
74DocumentsTrace.FixedDocumentSequence.Highlights.Trace($"DSHL.RaiseHighlightChangedEvent ranges={ranges.Count}");
System\Windows\Documents\DocumentSequenceTextContainer.cs (5)
664DocumentsTrace.FixedDocumentSequence.Highlights.Trace("===BeginNewHighlightRange==="); 689DocumentsTrace.FixedDocumentSequence.Highlights.Trace($"HightlightRange {highlightRangeStart}-{highlightTransitionPosition}"); 692DocumentsTrace.FixedDocumentSequence.Highlights.Trace("<HighlightNotOnText>"); 698DocumentsTrace.FixedDocumentSequence.TextOM.Trace($"HightlightContent [{new String(sb)}]"); 702DocumentsTrace.FixedDocumentSequence.TextOM.Trace("===EndNewHighlightRange===");
System\Windows\Documents\DocumentSequenceTextView.cs (5)
72DocumentsTrace.FixedDocumentSequence.TextOM.Trace($"GetTextPositionFromPoint {point}-{snapToText}"); 119DocumentsTrace.FixedDocumentSequence.TextOM.Trace($"GetRawRectangleFromTextPosition {position} {position.LogicalDirection}"); 203DocumentsTrace.FixedDocumentSequence.TextOM.Trace($"GetPositionAtNextLine {position} {position.LogicalDirection} {suggestedX} {count} "); 352DocumentsTrace.FixedDocumentSequence.TextOM.Trace($"GetLineRange {position} {position.LogicalDirection}"); 425DocumentsTrace.FixedDocumentSequence.TextOM.Trace($"Contains {position} {position.LogicalDirection}");
System\Windows\Documents\FixedDocument.cs (14)
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}"); 1032DocumentsTrace.FixedTextOM.Highlight.Trace($"HightlightMoved From {0}-{0} To {0}-{0}"); 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\FixedElement.cs (2)
325if (DocumentsTrace.FixedTextOM.Map.IsEnabled) 340DocumentsTrace.FixedTextOM.Map.Trace(dp.ToString());
System\Windows\Documents\FixedHighlight.cs (1)
175DocumentsTrace.FixedTextOM.Highlight.Trace($"DesignBound {designRect}");
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\FixedPageStructure.cs (3)
96DocumentsTrace.FixedTextOM.Builder.Trace("----LineResults Begin Dump-----\r\n"); 100DocumentsTrace.FixedTextOM.Builder.Trace($"{lineResult.ToString()}\r\n"); 102DocumentsTrace.FixedTextOM.Builder.Trace("----LineResults End Dump-----\r\n");
System\Windows\Documents\FixedTextBuilder.cs (3)
159DocumentsTrace.FixedTextOM.Builder.Trace($"AppendVirtualPage {_pageStructures.Count}"); 217DocumentsTrace.FixedTextOM.Builder.Trace("_EnsureTextOMForPage Loading..."); 933DocumentsTrace.FixedTextOM.Builder.Trace($"_FlowOrderAnalysis P{pageIndex}-L[{pageIndex}]");
System\Windows\Documents\FixedTextView.cs (5)
119DocumentsTrace.FixedTextOM.TextView.Trace($"GetTextPositionFromPoint P{point}, STT={snapToText}, CP={(pos == null ? "null" : ((FixedTextPointer)pos).ToString())}"); 152DocumentsTrace.FixedTextOM.TextView.Trace($"GetRectFromTextPosition {(FixedTextPointer)position}, {position.LogicalDirection}"); 334DocumentsTrace.FixedTextOM.TextView.Trace($"FixedTextView.MoveToLine {(FixedTextPointer)position}, {position.LogicalDirection}, {suggestedX}, {count}"); 583DocumentsTrace.FixedTextOM.TextView.Trace($"GetLineRange {(FixedTextPointer)position}, {position.LogicalDirection}"); 1174DocumentsTrace.FixedTextOM.TextView.Trace($"_CreatetTextPointer {fixedPosition}:{flowHit}");
System\Windows\Documents\FlowPosition.cs (2)
417DocumentsTrace.FixedTextOM.FlowPosition.Trace("GetClingPosition: Next FlowNode is null"); 438DocumentsTrace.FixedTextOM.FlowPosition.Trace("GetClingPosition: Next FlowNode is null");
System\Windows\Documents\HighlightVisual.cs (1)
77DocumentsTrace.FixedTextOM.Highlight.Trace("HightlightVisual Rendering");
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)}");