9 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 (8)
System\Windows\Forms\AutoCompleteStringCollectionTests.cs (8)
60
collection.
Add
(s);
100
collection.
Add
(s);
140
collection.
Add
("value2");
150
collection.
Add
("value1");
155
otherCollection.
Add
(s);
215
collection.
Add
("value");
259
collection.
Add
("value");
301
collection.
Add
("2");