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