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)
59collection.Add(s); 99collection.Add(s); 139collection.Add("value2"); 153otherCollection.Add(s);