2 implementations of Remove
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (1)
9128public void Remove(ListViewItem item) {
winforms\Managed\System\WinForms\ListViewGroupItemCollection.cs (1)
153public void Remove(ListViewItem item)
1 reference to Remove
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListView.cs (1)
8783InnerList.Remove(item);