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)
649return _maxDropDownItems; 3358int count = Math.Min(Math.Max(itemCount, 1), _maxDropDownItems);