5 references to Normal
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (2)
1903ComboBoxState comboBoxState = ComboBoxState.Normal; 2069DataGridViewComboBoxCellRenderer.DrawDropDownButton(g, dropRect, ComboBoxState.Normal);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DropDownButton.cs (2)
73ComboBoxState state = ComboBoxState.Normal; 85if (state == ComboBoxState.Normal)
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.EditorButton.cs (1)
76ComboBoxState state = ComboBoxState.Normal;