1 write to DropDownHeight
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripComboBoxTests.cs (1)
37
_toolStripComboBox.
DropDownHeight
= 200;
2 references to DropDownHeight
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripComboBoxTests.cs (2)
35
_toolStripComboBox.
DropDownHeight
.Should().Be(106);
38
_toolStripComboBox.
DropDownHeight
.Should().Be(200);