54 references to TraceSwitch
System (6)
compmod\system\componentmodel\CompModSwitches.cs (1)
36
eventLog = new
TraceSwitch
("EventLog", "Enable tracing for the EventLog component.");
compmod\system\componentmodel\design\DesigntimeLicenseContext.cs (1)
64
private static TraceSwitch RuntimeLicenseContextSwitch = new
TraceSwitch
("RuntimeLicenseContextTrace", "RuntimeLicenseContext tracing");
compmod\system\componentmodel\design\ServiceObjectContainer.cs (1)
26
private static TraceSwitch TRACESERVICE = new
TraceSwitch
("TRACESERVICE", "ServiceProvider: Trace service provider requests.");
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (3)
65
private static TraceSwitch PropDescCreateSwitch = new
TraceSwitch
("PropDescCreate", "ReflectPropertyDescriptor: Dump errors when creating property info");
66
private static TraceSwitch PropDescUsageSwitch = new
TraceSwitch
("PropDescUsage", "ReflectPropertyDescriptor: Debug propertydescriptor usage");
67
private static TraceSwitch PropDescSwitch = new
TraceSwitch
("PropDesc", "ReflectPropertyDescriptor: Debug property descriptor");
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionPoolCounters.cs (1)
199
TraceSwitch perfCtrSwitch = new
TraceSwitch
("ConnectionPoolPerformanceCounterDetail", "level of detail to track with connection pool performance counters");
System.Drawing (4)
commonui\System\Drawing\Advanced\Gdiplus.cs (1)
82
private static readonly TraceSwitch GdiPlusInitialization = new
TraceSwitch
("GdiPlusInitialization", "Tracks GDI+ initialization and teardown");
commonui\System\Drawing\BufferedGraphicsContext.cs (1)
75
doubleBuffering = new
TraceSwitch
("DoubleBuffering", "Output information about double buffering");
commonui\System\Drawing\Design\ToolboxItem.cs (1)
40
private static TraceSwitch ToolboxItemPersist = new
TraceSwitch
("ToolboxPersisting", "ToolboxItem: write data");
misc\CompModSwitches.cs (1)
313
handleLeak = new
TraceSwitch
("HANDLELEAK", "HandleCollector: Track Win32 Handle Leaks");
System.Web.Services (2)
System\ComponentModel\CompModSwitches.cs (2)
30
dynamicDiscoSearcher = new
TraceSwitch
("DynamicDiscoverySearcher", "Enable tracing for the DynamicDiscoverySearcher class.");
48
remote = new
TraceSwitch
("Microsoft.WFC.Remote", "Enable tracing for remote method calls.");
System.Windows.Forms (38)
misc\CompModSwitches.cs (28)
54
activeX = new
TraceSwitch
("ActiveX", "Debug ActiveX sourcing");
63
dataCursor = new
TraceSwitch
("Microsoft.WFC.Data.DataCursor", "DataCursor");
72
dataGridCursor = new
TraceSwitch
("DataGridCursor", "DataGrid cursor tracing");
81
dataGridEditing = new
TraceSwitch
("DataGridEditing", "DataGrid edit related tracing");
90
dataGridKeys = new
TraceSwitch
("DataGridKeys", "DataGrid keystroke management tracing");
99
dataGridLayout = new
TraceSwitch
("DataGridLayout", "DataGrid layout tracing");
108
dataGridPainting = new
TraceSwitch
("DataGridPainting" , "DataGrid Painting related tracing");
117
dataGridParents = new
TraceSwitch
("DataGridParents", "DataGrid parent rows");
126
dataGridScrolling = new
TraceSwitch
("DataGridScrolling", "DataGrid scrolling");
135
dataGridSelection = new
TraceSwitch
("DataGridSelection", "DataGrid selection management tracing");
144
dataObject = new
TraceSwitch
("DataObject", "Enable tracing for the DataObject class.");
153
dataView = new
TraceSwitch
("DataView", "DataView");
162
debugGridView = new
TraceSwitch
("PSDEBUGGRIDVIEW", "Debug PropertyGridView");
171
dgCaptionPaint = new
TraceSwitch
("DGCaptionPaint", "DataGridCaption");
180
dgEditColumnEditing = new
TraceSwitch
("DGEditColumnEditing", "Editing related tracing");
189
dgRelationShpRowLayout = new
TraceSwitch
("DGRelationShpRowLayout", "Relationship row layout");
198
dgRelationShpRowPaint = new
TraceSwitch
("DGRelationShpRowPaint", "Relationship row painting");
207
dgRowPaint = new
TraceSwitch
("DGRowPaint", "DataGrid Simple Row painting stuff");
216
dragDrop = new
TraceSwitch
("DragDrop", "Debug OLEDragDrop support in Controls");
225
flowLayout = new
TraceSwitch
("FlowLayout", "Debug flow layout");
234
imeMode = new
TraceSwitch
("ImeMode", "Debug IME Mode");
243
layoutPerformance = new
TraceSwitch
("LayoutPerformance", "Tracks layout events which impact performance.");
252
layoutSuspendResume = new
TraceSwitch
("LayoutSuspendResume", "Tracks SuspendLayout/ResumeLayout.");
270
msaa = new
TraceSwitch
("MSAA", "Debug Microsoft Active Accessibility");
279
msoComponentManager = new
TraceSwitch
("MSOComponentManager", "Debug MSO Component Manager support");
288
richLayout = new
TraceSwitch
("RichLayout", "Debug layout in RichControls");
298
setBounds = new
TraceSwitch
("SetBounds", "Trace changes to control size/position.");
313
handleLeak = new
TraceSwitch
("HANDLELEAK", "HandleCollector: Track Win32 Handle Leaks");
winforms\Managed\System\Resources\ResXResourceWriter.cs (1)
60
private static TraceSwitch ResValueProviderSwitch = new
TraceSwitch
("ResX", "Debug the resource value provider");
winforms\Managed\System\WinForms\AxHost.cs (3)
58
private static TraceSwitch AxHTraceSwitch = new
TraceSwitch
("AxHTrace", "ActiveX handle tracing");
59
private static TraceSwitch AxPropTraceSwitch = new
TraceSwitch
("AxPropTrace", "ActiveX property tracing");
60
private static TraceSwitch AxHostSwitch = new
TraceSwitch
("AxHost", "ActiveX host creation");
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\BaseCAMarshaler.cs (1)
27
private static TraceSwitch CAMarshalSwitch = new
TraceSwitch
("CAMarshal", "BaseCAMarshaler: Debug CA* struct marshaling");
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2Properties.cs (1)
25
private static TraceSwitch DbgCom2PropertiesSwitch = new
TraceSwitch
("DbgCom2Properties", "Com2Properties: debug Com2 properties manager");
winforms\Managed\System\WinForms\DataGridColumn.cs (1)
1174
dgEditColumnEditing = new
TraceSwitch
("DGEditColumnEditing", "Editing related tracing");
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
52
public static TraceSwitch GridViewDebugPaint = new
TraceSwitch
("GridViewDebugPaint", "PropertyGridView: Debug property painting");
winforms\Managed\System\WinForms\RichTextBox.cs (1)
56
richTextDbg = new
TraceSwitch
("RichTextDbg", "Debug info about RichTextBox");
winforms\Managed\System\WinForms\WinFormsSecurity.cs (1)
21
public static readonly TraceSwitch SecurityDemand = new
TraceSwitch
("SecurityDemand", "Trace when security demands occur.");
System.Xml (3)
System\Xml\DiagnosticsSwitches.cs (3)
36
xmlSchema = new
TraceSwitch
("XmlSchema", "Enable tracing for the XmlSchema class.");
63
xmlSerialization = new
TraceSwitch
("XmlSerialization", "Enable tracing for the System.Xml.Serialization component.");
72
xslTypeInference = new
TraceSwitch
("XslTypeInference", "Enable tracing for the XSLT type inference algorithm.");