1 write to _maxDropDownItems
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
670
_maxDropDownItems
= (short)value;
2 references to _maxDropDownItems
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
663
return
_maxDropDownItems
;
3355
int count = Math.Min(Math.Max(itemCount, 1),
_maxDropDownItems
);