2 references to PropComboBoxCellMaxDropDownItems
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
559int maxDropDownItems = this.Properties.GetInteger(PropComboBoxCellMaxDropDownItems, out found); 573this.Properties.SetInteger(PropComboBoxCellMaxDropDownItems, (int)value);