10 references to GroupsEnabled
System.Windows.Forms (10)
System\Windows\Forms\Controls\ListView\ListView.cs (8)
982internal bool GroupsDisplayed => View != View.List && GroupsEnabled; 3177if (IsHandleCreated && GroupsEnabled) 3944bool groupItems = (_groups.Count == 1) && GroupsEnabled; 3966if (GroupsEnabled) 4141if (GroupsEnabled) 4421if (IsAccessibilityObjectCreated && GroupsEnabled && e.GroupIndex >= 0 && e.GroupIndex < Groups.Count) 5854int retval = (int)PInvokeCore.SendMessage(this, PInvoke.LVM_ENABLEGROUPVIEW, (WPARAM)(BOOL)GroupsEnabled); 6751if (GroupsEnabled)
System\Windows\Forms\Controls\ListView\ListViewGroup.cs (1)
416if (!ListView.GroupsEnabled)
System\Windows\Forms\Controls\ListView\ListViewItem.cs (1)
1094if (_listView.GroupsEnabled)