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);