5 references to Add
System.Windows.Forms (1)
System\Windows\Forms\AutoCompleteStringCollection.cs (1)
187
int IList.Add(object? value) =>
Add
((string)value!);
System.Windows.Forms.Tests (4)
System\Windows\Forms\AutoCompleteStringCollectionTests.cs (4)
59
collection.
Add
(s);
99
collection.
Add
(s);
139
collection.
Add
("value2");
153
otherCollection.
Add
(s);