1 write to useComboBoxTheme
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (1)
56useComboBoxTheme = value;
3 references to useComboBoxTheme
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (3)
55if (useComboBoxTheme != value) { 87if (Application.RenderWithVisualStyles & useComboBoxTheme) { 127if (AccessibilityImprovements.Level1 && useComboBoxTheme) {