1 write to maxDropDownItems
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComboBox.cs (1)
816maxDropDownItems = (short)value;
2 references to maxDropDownItems
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (2)
810return maxDropDownItems; 3372int count = Math.Min(Math.Max(itemCount, 1), maxDropDownItems);