3 writes to DropDownStyle
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripComboBoxTests.cs (2)
165_toolStripComboBox.DropDownStyle = style; 286_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)
166_toolStripComboBox.DropDownStyle.Should().Be(style); 272_toolStripComboBox.DropDownStyle.Should().Be(ComboBoxStyle.DropDown); 287_toolStripComboBox.DropDownStyle.Should().Be(ComboBoxStyle.DropDownList);