3 writes to MaxDropDownItems
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (2)
392EditingComboBox.MaxDropDownItems = value; 1273comboBox.MaxDropDownItems = MaxDropDownItems;
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
224set { ComboBox.MaxDropDownItems = value; }
1 reference to MaxDropDownItems
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
223get { return ComboBox.MaxDropDownItems; }