2 writes to AutoCompleteCustomSource
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripTextBoxTests.cs (2)
205
_toolStripTextBox.
AutoCompleteCustomSource
= collection;
209
_toolStripTextBox.
AutoCompleteCustomSource
= newCollection;
2 references to AutoCompleteCustomSource
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripTextBoxTests.cs (2)
206
_toolStripTextBox.
AutoCompleteCustomSource
.Should().BeEquivalentTo(collection);
210
_toolStripTextBox.
AutoCompleteCustomSource
.Should().BeEquivalentTo(newCollection);