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)
218collection.Remove(null); 221collection.Remove("value"); 225collection.Remove("value");