3 references to Normal
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
407
VisualStyleRenderer.IsElementDefined(VisualStyleElement.ComboBox.ReadOnlyButton.
Normal
);
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.DataGridViewComboBoxCellRenderer.cs (1)
18
private static readonly VisualStyleElement s_comboBoxReadOnlyButton = VisualStyleElement.ComboBox.ReadOnlyButton.
Normal
;
System.Windows.Forms.Tests (1)
System\Windows\Forms\VisualStyles\VisualStyleElementTests.cs (1)
78
yield return new object[] { I(() => VisualStyleElement.ComboBox.ReadOnlyButton.
Normal
), "COMBOBOX", 5, 2 };