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)
275
this.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);