3 writes to DropDownWidth
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (2)
329
EditingComboBox.
DropDownWidth
= value;
1277
comboBox.
DropDownWidth
= DropDownWidth;
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
169
set { ComboBox.
DropDownWidth
= value; }
3 references to DropDownWidth
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3367
DropDownWidth
,
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
168
get { return ComboBox.
DropDownWidth
; }
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComboBoxTests.cs (1)
72
Assert.Equal(121, control.
DropDownWidth
);