6 references to ComboBox
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ComboBoxRenderer.cs (1)
27
private static readonly VisualStyleElement ComboBoxElement = VisualStyleElement.
ComboBox
.DropDownButton.Normal;
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (5)
594
return VisualStyleRenderer.IsElementDefined(VisualStyleElement.
ComboBox
.ReadOnlyButton.Normal);
3164
private static readonly VisualStyleElement ComboBoxBorder = VisualStyleElement.
ComboBox
.Border.Normal;
3165
private static readonly VisualStyleElement ComboBoxDropDownButtonRight = VisualStyleElement.
ComboBox
.DropDownButtonRight.Normal;
3166
private static readonly VisualStyleElement ComboBoxDropDownButtonLeft = VisualStyleElement.
ComboBox
.DropDownButtonLeft.Normal;
3167
private static readonly VisualStyleElement ComboBoxReadOnlyButton = VisualStyleElement.
ComboBox
.ReadOnlyButton.Normal;