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