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