3 writes to MaxDropDownItems
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
873dataGridViewCell.MaxDropDownItems = this.MaxDropDownItems;
winforms\Managed\System\WinForms\DataGridViewComboBoxColumn.cs (2)
437this.ComboBoxCellTemplate.MaxDropDownItems = value; 448dataGridViewCell.MaxDropDownItems = value;
3 references to MaxDropDownItems
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
873dataGridViewCell.MaxDropDownItems = this.MaxDropDownItems; 1531comboBox.MaxDropDownItems = this.MaxDropDownItems;
winforms\Managed\System\WinForms\DataGridViewComboBoxColumn.cs (1)
431return this.ComboBoxCellTemplate.MaxDropDownItems;