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)
896
_listBox.Items.
Remove
(item);
907
_listBox.Items.
Remove
(item);