3 references to Remove
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.ObjectCollection.cs (1)
380void IList.Remove(object? value) => Remove(value!);
System.Windows.Forms.Design (2)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (2)
896_listBox.Items.Remove(item); 907_listBox.Items.Remove(item);