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