2 references to DropDownButtonLeft
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.DataGridViewComboBoxCellRenderer.cs (1)
17
private static readonly VisualStyleElement s_comboBoxDropDownButtonLeft = VisualStyleElement.ComboBox.
DropDownButtonLeft
.Normal;
System.Windows.Forms.Tests (1)
System\Windows\Forms\VisualStyles\VisualStyleElementTests.cs (1)
82
yield return new object[] { I(() => VisualStyleElement.ComboBox.
DropDownButtonLeft
.Normal), "COMBOBOX", 7, 2 };