10 references to GroupsEnabled
System.Windows.Forms (10)
System\Windows\Forms\Controls\ListView\ListView.cs (8)
980internal bool GroupsDisplayed => View != View.List && GroupsEnabled; 3168if (IsHandleCreated && GroupsEnabled) 3935bool groupItems = (_groups.Count == 1) && GroupsEnabled; 3957if (GroupsEnabled) 4132if (GroupsEnabled) 4412if (IsAccessibilityObjectCreated && GroupsEnabled && e.GroupIndex >= 0 && e.GroupIndex < Groups.Count) 5788int retval = (int)PInvokeCore.SendMessage(this, PInvoke.LVM_ENABLEGROUPVIEW, (WPARAM)(BOOL)GroupsEnabled); 6688if (GroupsEnabled)
System\Windows\Forms\Controls\ListView\ListViewGroup.cs (1)
398if (!ListView.GroupsEnabled)
System\Windows\Forms\Controls\ListView\ListViewItem.cs (1)
1094if (_listView.GroupsEnabled)