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