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