4 references to CB_SETDROPPEDWIDTH
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComboBox.cs (2)
548SendMessage(NativeMethods.CB_SETDROPPEDWIDTH, value, 0); 2467SendMessage(NativeMethods.CB_SETDROPPEDWIDTH, dropDownWidth, 0);
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
840UnsafeNativeMethods.SendMessage(new HandleRef(comboBox, comboBox.Handle), NativeMethods.CB_SETDROPPEDWIDTH, cachedDropDownWidth, 0); 850UnsafeNativeMethods.SendMessage(new HandleRef(comboBox, comboBox.Handle), NativeMethods.CB_SETDROPPEDWIDTH, this.DropDownWidth, 0);