3 writes to DropDownWidth
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
648
dataGridViewCell.
DropDownWidth
= DropDownWidth;
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxColumn.cs (2)
286
ComboBoxCellTemplate.
DropDownWidth
= value;
299
dataGridViewCell.
DropDownWidth
= value;
7 references to DropDownWidth
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (6)
323
throw new ArgumentOutOfRangeException(nameof(
DropDownWidth
), value, string.Format(SR.DataGridViewComboBoxCell_DropDownWidthOutOfRange, 1));
595
if (
DropDownWidth
== 1)
626
if (dropDownWidth !=
DropDownWidth
)
628
PInvokeCore.SendMessage(comboBox, PInvoke.CB_SETDROPPEDWIDTH, (WPARAM)
DropDownWidth
);
648
dataGridViewCell.DropDownWidth =
DropDownWidth
;
1274
comboBox.DropDownWidth =
DropDownWidth
;
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxColumn.cs (1)
277
return ComboBoxCellTemplate.
DropDownWidth
;