2 references to PropComboBoxCellDropDownWidth
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
442
int dropDownWidth = this.Properties.GetInteger(
PropComboBoxCellDropDownWidth
, out found);
452
this.Properties.SetInteger(
PropComboBoxCellDropDownWidth
, (int)value);