3 references to PropDropDownHeight
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComboBox.cs (3)
568int dropDownHeight = Properties.GetInteger(PropDropDownHeight, out found); 580if (Properties.GetInteger(PropDropDownHeight) != value) { 581Properties.SetInteger(PropDropDownHeight, value);