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