5 references to ListView
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ListViewGroupItemCollection.cs (5)
45if (this.group.ListView != null) { 46return group.ListView.VirtualMode; 55if (this.group.ListView != null) { 56ISite s = group.ListView.Site; 101if (item.ListView != null && item.ListView != this.group.ListView) {