3 references to PropComboBoxCellDisplayStyle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (3)
312int displayStyle = this.Properties.GetInteger(PropComboBoxCellDisplayStyle, out found); 328this.Properties.SetInteger(PropComboBoxCellDisplayStyle, (int)value); 351this.Properties.SetInteger(PropComboBoxCellDisplayStyle, (int)value);