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