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