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