4 references to Remove
System.Windows.Forms (1)
System\Windows\Forms\AutoCompleteStringCollection.cs (1)
195void IList.Remove(object? value) => Remove((string)value!);
System.Windows.Forms.Tests (3)
System\Windows\Forms\AutoCompleteStringCollectionTests.cs (3)
213collection.Remove(null); 216collection.Remove("value"); 220collection.Remove("value");