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