4 references to CB_SETDROPPEDWIDTH
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
455
PInvokeCore.SendMessage(this, PInvoke.
CB_SETDROPPEDWIDTH
, (WPARAM)value);
2319
PInvokeCore.SendMessage(this, PInvoke.
CB_SETDROPPEDWIDTH
, (WPARAM)dropDownWidth);
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (2)
618
PInvokeCore.SendMessage(comboBox, PInvoke.
CB_SETDROPPEDWIDTH
, (WPARAM)s_cachedDropDownWidth);
628
PInvokeCore.SendMessage(comboBox, PInvoke.
CB_SETDROPPEDWIDTH
, (WPARAM)DropDownWidth);