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