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