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