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