2 writes to Sorted
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripComboBoxTests.cs (2)
90
_toolStripComboBox.
Sorted
= true;
93
_toolStripComboBox.
Sorted
= false;
3 references to Sorted
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripComboBoxTests.cs (3)
88
_toolStripComboBox.
Sorted
.Should().BeFalse();
91
_toolStripComboBox.
Sorted
.Should().BeTrue();
94
_toolStripComboBox.
Sorted
.Should().BeFalse();