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