9 references to Add
System.Windows.Forms (1)
System\Windows\Forms\AutoCompleteStringCollection.cs (1)
187int IList.Add(object? value) => Add((string)value!);
System.Windows.Forms.Tests (8)
System\Windows\Forms\AutoCompleteStringCollectionTests.cs (8)
60collection.Add(s); 100collection.Add(s); 140collection.Add("value2"); 150collection.Add("value1"); 155otherCollection.Add(s); 215collection.Add("value"); 259collection.Add("value"); 301collection.Add("2");