2 implementations of Clear
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (1)
8993public void Clear() {
winforms\Managed\System\WinForms\ListViewGroupItemCollection.cs (1)
109public void Clear() {
1 reference to Clear
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListView.cs (1)
8546InnerList.Clear();