13 references to Enabled
System.Private.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
2396_maxDepth = DiagnosticsSwitches.NonRecursiveTypeLoading.Enabled ? 1 : int.MaxValue;
System.Windows.Forms (12)
System\Windows\Forms\ActiveX\AxHost.cs (1)
2022if (s_axAlwaysSaveSwitch.Enabled)
System\Windows\Forms\Application.ThreadContext.cs (4)
109if (CoreSwitches.PerfTrack.Enabled) 112Debug.WriteLine(CoreSwitches.PerfTrack.Enabled, Environment.StackTrace); 184if (CoreSwitches.PerfTrack.Enabled) 187Debug.WriteLine(CoreSwitches.PerfTrack.Enabled, Environment.StackTrace);
System\Windows\Forms\Control.cs (4)
9234CoreSwitches.PerfTrack.Enabled, 11834if (s_bufferDisabled.Enabled) 11878if (s_bufferPinkRect.Enabled) 11905if (s_bufferPinkRect.Enabled)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1371Debug.Assert(!s_pbrsAssertPropsSwitch.Enabled, $"Bad property '{PropertyLabel}.{property.Name}': {w}");
System\Windows\Forms\NativeWindow.cs (2)
217if (AlwaysUseNormalWndProc.Enabled) 467CoreSwitches.PerfTrack.Enabled,