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