5 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 (4)
System\Windows\Forms\AutoCompleteStringCollectionTests.cs (4)
58collection.Add(s); 98collection.Add(s); 138collection.Add("value2"); 152otherCollection.Add(s);