3 writes to MaxDropDownItems
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
576
this.EditingComboBox.
MaxDropDownItems
= value;
1531
comboBox.
MaxDropDownItems
= this.MaxDropDownItems;
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
368
set { ComboBox.
MaxDropDownItems
= value;}
1 reference to MaxDropDownItems
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
367
get { return ComboBox.
MaxDropDownItems
; }