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