3 writes to MaxDropDownItems
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
649
dataGridViewCell.
MaxDropDownItems
= MaxDropDownItems;
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxColumn.cs (2)
433
ComboBoxCellTemplate.
MaxDropDownItems
= value;
446
dataGridViewCell.
MaxDropDownItems
= value;
4 references to MaxDropDownItems
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (3)
384
nameof(
MaxDropDownItems
),
649
dataGridViewCell.MaxDropDownItems =
MaxDropDownItems
;
1273
comboBox.MaxDropDownItems =
MaxDropDownItems
;
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxColumn.cs (1)
424
return ComboBoxCellTemplate.
MaxDropDownItems
;