8 writes to DropDownWidth
System.Messaging (1)
System\Messaging\Design\QueuePathDialog.cs (1)
229this.pathType.DropDownWidth = 264;
System.Web.Mobile (4)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
217this._cbAvailableFilters.DropDownWidth = 195;
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
291this._cbCompare.DropDownWidth = 211;
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
145this._cbChoices.DropDownWidth = 195;
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
1297this.CbStyles.DropDownWidth = 124;
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
455this.EditingComboBox.DropDownWidth = value; 1532comboBox.DropDownWidth = this.DropDownWidth;
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
305set { ComboBox.DropDownWidth = value;}
2 references to DropDownWidth
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (1)
3376SafeNativeMethods.SetWindowPos(new HandleRef(this, dropDownHandle), NativeMethods.NullHandleRef, 0, 0, DropDownWidth, height,
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
304get { return ComboBox.DropDownWidth; }