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