2 writes to AutoCompleteCustomSource
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripTextBoxTests.cs (2)
207
_toolStripTextBox.
AutoCompleteCustomSource
= collection;
211
_toolStripTextBox.
AutoCompleteCustomSource
= newCollection;
2 references to AutoCompleteCustomSource
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripTextBoxTests.cs (2)
208
_toolStripTextBox.
AutoCompleteCustomSource
.Should().BeEquivalentTo(collection);
212
_toolStripTextBox.
AutoCompleteCustomSource
.Should().BeEquivalentTo(newCollection);