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