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