4 references to Normal
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
2132ComboBoxState comboBoxState = ComboBoxState.Normal; 2296DataGridViewComboBoxCellRenderer.DrawDropDownButton(g, dropRect, ComboBoxState.Normal);
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (2)
88ComboBoxState cbState = ComboBoxState.Normal; 98if (cbState == ComboBoxState.Normal) {