10 references to GroupsEnabled
System.Windows.Forms (10)
System\Windows\Forms\Controls\ListView\ListView.cs (8)
982internal bool GroupsDisplayed => View != View.List && GroupsEnabled; 3175if (IsHandleCreated && GroupsEnabled) 3942bool groupItems = (_groups.Count == 1) && GroupsEnabled; 3964if (GroupsEnabled) 4139if (GroupsEnabled) 4419if (IsAccessibilityObjectCreated && GroupsEnabled && e.GroupIndex >= 0 && e.GroupIndex < Groups.Count) 5852int retval = (int)PInvokeCore.SendMessage(this, PInvoke.LVM_ENABLEGROUPVIEW, (WPARAM)(BOOL)GroupsEnabled); 6749if (GroupsEnabled)
System\Windows\Forms\Controls\ListView\ListViewGroup.cs (1)
416if (!ListView.GroupsEnabled)
System\Windows\Forms\Controls\ListView\ListViewItem.cs (1)
1094if (_listView.GroupsEnabled)