14 references to DocumentsTrace
PresentationFramework (14)
MS\Internal\Documents\DocumentsTrace.cs (14)
20
public static DocumentsTrace FixedDocument = new
DocumentsTrace
("FixedFormat-FixedDocument");
21
public static DocumentsTrace PageContent= new
DocumentsTrace
("FixedFormat-PageContent");
22
public static DocumentsTrace IDF = new
DocumentsTrace
("FixedFormat-IDFAsync");
43
public static DocumentsTrace TextView = new
DocumentsTrace
("FixedTextOM-TextView");
44
public static DocumentsTrace TextContainer = new
DocumentsTrace
("FixedTextOM-TextContainer");
45
public static DocumentsTrace Map = new
DocumentsTrace
("FixedTextOM-FixedFlowMap");
46
public static DocumentsTrace Highlight = new
DocumentsTrace
("FixedTextOM-Highlight");
47
public static DocumentsTrace Builder = new
DocumentsTrace
("FixedTextOM-FixedTextBuilder");
48
public static DocumentsTrace FlowPosition = new
DocumentsTrace
("FixedTextOM-FlowPosition");
80
public static DocumentsTrace Content = new
DocumentsTrace
("FixedDocumentsSequence-Content");
81
public static DocumentsTrace IDF = new
DocumentsTrace
("FixedDocumentSequence-IDFAsync");
82
public static DocumentsTrace TextOM = new
DocumentsTrace
("FixedDocumentSequence-TextOM");
83
public static DocumentsTrace Highlights = new
DocumentsTrace
("FixedDocumentSequence-Highlights");
125
public DocumentsTrace(string switchName, bool initialState) :
this
(switchName)