5 references to Remove
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ListView.cs (1)
8816Remove((ListViewItem)item);
winforms\Managed\System\WinForms\ListViewGroupItemCollection.cs (1)
147oldGroup.Items.Remove(item);
winforms\Managed\System\WinForms\ListViewItem.cs (3)
504group.Items.Remove(this); 1225this.group.Items.Remove(this); 1239listView.Items.Remove(this);