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