5 references to GroupsEnabled
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ListView.cs (4)
3045if (IsHandleCreated && ComctlSupportsVisualStyles && GroupsEnabled) { 3702bool groupItems = (this.groups.Count == 1) && this.GroupsEnabled; 3894if (GroupsEnabled) { 5333int retval = unchecked( (int) (long)SendMessage(NativeMethods.LVM_ENABLEGROUPVIEW, GroupsEnabled ? 1 : 0, 0));
winforms\Managed\System\WinForms\ListViewItem.cs (1)
1156if (listView.GroupsEnabled) {