2 implementations of OwnerIsVirtualListView
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (1)
8842
public bool
OwnerIsVirtualListView
{
winforms\Managed\System\WinForms\ListViewGroupItemCollection.cs (1)
43
public bool
OwnerIsVirtualListView
{
1 reference to OwnerIsVirtualListView
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListView.cs (1)
8637
if (this.InnerList.
OwnerIsVirtualListView
&& !this.InnerList.OwnerIsDesignMode) {