3 references to PropComboBoxCellFlatStyle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (3)
491int flatStyle = this.Properties.GetInteger(PropComboBoxCellFlatStyle, out found); 507this.Properties.SetInteger(PropComboBoxCellFlatStyle, (int)value); 520this.Properties.SetInteger(PropComboBoxCellFlatStyle, (int)value);