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