6 references to ComboBox
System.Windows.Forms (6)
System\Windows\Forms\Controls\ComboBox\ComboBoxRenderer.cs (1)
20
: VisualStyleElement.
ComboBox
.DropDownButton.Normal;
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
407
VisualStyleRenderer.IsElementDefined(VisualStyleElement.
ComboBox
.ReadOnlyButton.Normal);
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.DataGridViewComboBoxCellRenderer.cs (4)
15
private static readonly VisualStyleElement s_comboBoxBorder = VisualStyleElement.
ComboBox
.Border.Normal;
16
private static readonly VisualStyleElement s_comboBoxDropDownButtonRight = VisualStyleElement.
ComboBox
.DropDownButtonRight.Normal;
17
private static readonly VisualStyleElement s_comboBoxDropDownButtonLeft = VisualStyleElement.
ComboBox
.DropDownButtonLeft.Normal;
18
private static readonly VisualStyleElement s_comboBoxReadOnlyButton = VisualStyleElement.
ComboBox
.ReadOnlyButton.Normal;