3 writes to DropDownWidth
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
872
dataGridViewCell.
DropDownWidth
= this.DropDownWidth;
winforms\Managed\System\WinForms\DataGridViewComboBoxColumn.cs (2)
296
this.ComboBoxCellTemplate.
DropDownWidth
= value;
307
dataGridViewCell.
DropDownWidth
= value;
6 references to DropDownWidth
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (5)
819
if (this.
DropDownWidth
== 1)
848
if (dropDownWidth != this.
DropDownWidth
)
850
UnsafeNativeMethods.SendMessage(new HandleRef(comboBox, comboBox.Handle), NativeMethods.CB_SETDROPPEDWIDTH, this.
DropDownWidth
, 0);
872
dataGridViewCell.DropDownWidth = this.
DropDownWidth
;
1532
comboBox.DropDownWidth = this.
DropDownWidth
;
winforms\Managed\System\WinForms\DataGridViewComboBoxColumn.cs (1)
290
return this.ComboBoxCellTemplate.
DropDownWidth
;