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