3 writes to DropDownStyle
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripComboBoxTests.cs (2)
167_toolStripComboBox.DropDownStyle = style; 288_toolStripComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
WinFormsControlsTest (1)
ToolStripTests.Designer.cs (1)
275this.toolStripComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
3 references to DropDownStyle
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripComboBoxTests.cs (3)
168_toolStripComboBox.DropDownStyle.Should().Be(style); 274_toolStripComboBox.DropDownStyle.Should().Be(ComboBoxStyle.DropDown); 289_toolStripComboBox.DropDownStyle.Should().Be(ComboBoxStyle.DropDownList);