57 references to DocumentsTrace
PresentationFramework (57)
MS\Internal\Documents\DocumentsTrace.cs (13)
23public static DocumentsTrace FixedDocument = null; 24public static DocumentsTrace PageContent = null; 25public static DocumentsTrace IDF = null; 49public static DocumentsTrace TextView = null; 50public static DocumentsTrace TextContainer = null; 51public static DocumentsTrace Map = null; 52public static DocumentsTrace Highlight = null; 53public static DocumentsTrace Builder = null; 54public static DocumentsTrace FlowPosition = null; 84public static DocumentsTrace Content = null; 85public static DocumentsTrace IDF = null; 86public static DocumentsTrace TextOM = null; 87public static DocumentsTrace Highlights = null;
System\Windows\Documents\ChildDocumentBlock.cs (2)
222DocumentsTrace.FixedDocumentSequence.TextOM.Trace($"Loading TextContainer {_docRef}"); 232DocumentsTrace.FixedDocumentSequence.TextOM.Trace("Got ITextContainer");
System\Windows\Documents\DocumentReference.cs (4)
67DocumentsTrace.FixedDocumentSequence.IDF.Trace($"DocumentReference.GetDocument ({(Source ?? new Uri("", UriKind.RelativeOrAbsolute))}, {forceReload})"); 87DocumentsTrace.FixedDocumentSequence.IDF.Trace( 139DocumentsTrace.FixedDocumentSequence.IDF.Trace("DocumentReference.Source_Invaidated"); 146DocumentsTrace.FixedDocumentSequence.IDF.Trace($"====Replace old doc {(oldSource == null ? "null" : oldSource.ToString())} with new {(newSource == null ? "null" : newSource.ToString())}");
System\Windows\Documents\DocumentSequence.cs (13)
110DocumentsTrace.FixedDocumentSequence.Content.Trace($"Doc {_references.Count} Deferred"); 233DocumentsTrace.FixedFormat.IDF.Trace($"IDP.GetPage({pageNumber})"); 283DocumentsTrace.FixedFormat.IDF.Trace($"IDP.GetPageAsync({pageNumber}, {userState})"); 338DocumentsTrace.FixedFormat.IDF.Trace($"IDP.GetPageAsyncCancel([{userState}])"); 703DocumentsTrace.FixedDocumentSequence.Content.Trace($"Loaded DocumentReference {_references.Count}"); 724DocumentsTrace.FixedDocumentSequence.Content.Trace($"_OnCollectionChange: Add {item.GetHashCode()}"); 739DocumentsTrace.FixedDocumentSequence.Content.Trace($"_OnCollectionChange: Add with IDP {paginator.GetHashCode()}"); 796DocumentsTrace.FixedDocumentSequence.IDF.Trace("_OnChildPaginationCompleted"); 811DocumentsTrace.FixedDocumentSequence.IDF.Trace("_OnChildPaginationProgress"); 821DocumentsTrace.FixedDocumentSequence.IDF.Trace("_OnChildPagesChanged"); 841DocumentsTrace.FixedDocumentSequence.IDF.Trace("_GetPageAsyncDelegate"); 871DocumentsTrace.FixedDocumentSequence.IDF.Trace("_OnGetPageCompleted"); 920DocumentsTrace.FixedDocumentSequence.IDF.Trace("_NotifyGetPageAsyncCompleted");
System\Windows\Documents\DocumentSequenceHighlightLayer.cs (1)
73DocumentsTrace.FixedDocumentSequence.Highlights.Trace($"DSHL.RaiseHighlightChangedEvent ranges={ranges.Count}");
System\Windows\Documents\DocumentSequenceTextView.cs (5)
71DocumentsTrace.FixedDocumentSequence.TextOM.Trace($"GetTextPositionFromPoint {point}-{snapToText}"); 118DocumentsTrace.FixedDocumentSequence.TextOM.Trace($"GetRawRectangleFromTextPosition {position} {position.LogicalDirection}"); 202DocumentsTrace.FixedDocumentSequence.TextOM.Trace($"GetPositionAtNextLine {position} {position.LogicalDirection} {suggestedX} {count} "); 351DocumentsTrace.FixedDocumentSequence.TextOM.Trace($"GetLineRange {position} {position.LogicalDirection}"); 424DocumentsTrace.FixedDocumentSequence.TextOM.Trace($"Contains {position} {position.LogicalDirection}");
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}"); 1007DocumentsTrace.FixedFormat.FixedDocument.Trace($"Loaded Page {_pages.Count}"); 1034DocumentsTrace.FixedTextOM.Highlight.Trace($"HightlightMoved From {0}-{0} To {0}-{0}"); 1187DocumentsTrace.FixedFormat.IDF.Trace($"IDP.GetPageAsyncDelegate {Pages.IndexOf(pc)}"); 1206DocumentsTrace.FixedFormat.IDF.Trace($"IDP.OnGetPageRootCompleted {Pages.IndexOf((PageContent)sender)}"); 1256DocumentsTrace.FixedFormat.IDF.Trace($"IDP._NotifyGetPageAsyncCompleted {page} {pageNumber} {error} {cancelled} {userState}");
System\Windows\Documents\FixedPage.cs (2)
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}]!!!");
System\Windows\Documents\FixedTextBuilder.cs (2)
216DocumentsTrace.FixedTextOM.Builder.Trace("_EnsureTextOMForPage Loading..."); 929DocumentsTrace.FixedTextOM.Builder.Trace($"_FlowOrderAnalysis P{pageIndex}-L[{pageIndex}]");
System\Windows\Documents\FixedTextView.cs (2)
116DocumentsTrace.FixedTextOM.TextView.Trace($"GetTextPositionFromPoint P{point}, STT={snapToText}, CP={(pos == null ? "null" : ((FixedTextPointer)pos).ToString())}"); 1165DocumentsTrace.FixedTextOM.TextView.Trace($"_CreatetTextPointer {fixedPosition}:{flowHit}");