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