6 references to PropDropDownWidth
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ComboBox.cs (6)
531int dropDownWidth = Properties.GetInteger(PropDropDownWidth, out found); 545if (Properties.GetInteger(PropDropDownWidth) != value) { 546Properties.SetInteger(PropDropDownWidth, value); 2465int dropDownWidth = Properties.GetInteger(PropDropDownWidth, out found); 3128Properties.RemoveInteger(PropDropDownWidth); 3334return (Properties.ContainsInteger(PropDropDownWidth));