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