14 references to DocumentsTrace
PresentationFramework (14)
MS\Internal\Documents\DocumentsTrace.cs (14)
23
public static DocumentsTrace FixedDocument = new
DocumentsTrace
("FixedFormat-FixedDocument");
24
public static DocumentsTrace PageContent= new
DocumentsTrace
("FixedFormat-PageContent");
25
public static DocumentsTrace IDF = new
DocumentsTrace
("FixedFormat-IDFAsync");
46
public static DocumentsTrace TextView = new
DocumentsTrace
("FixedTextOM-TextView");
47
public static DocumentsTrace TextContainer = new
DocumentsTrace
("FixedTextOM-TextContainer");
48
public static DocumentsTrace Map = new
DocumentsTrace
("FixedTextOM-FixedFlowMap");
49
public static DocumentsTrace Highlight = new
DocumentsTrace
("FixedTextOM-Highlight");
50
public static DocumentsTrace Builder = new
DocumentsTrace
("FixedTextOM-FixedTextBuilder");
51
public static DocumentsTrace FlowPosition = new
DocumentsTrace
("FixedTextOM-FlowPosition");
83
public static DocumentsTrace Content = new
DocumentsTrace
("FixedDocumentsSequence-Content");
84
public static DocumentsTrace IDF = new
DocumentsTrace
("FixedDocumentSequence-IDFAsync");
85
public static DocumentsTrace TextOM = new
DocumentsTrace
("FixedDocumentSequence-TextOM");
86
public static DocumentsTrace Highlights = new
DocumentsTrace
("FixedDocumentSequence-Highlights");
128
public DocumentsTrace(string switchName, bool initialState) :
this
(switchName)