16 references to IsGroupViewEnabled
UIAutomationClientSideProviders (16)
MS\Internal\AutomationProxies\WindowsListView.cs (10)
196
bool hasGroup =
IsGroupViewEnabled
(_hwnd);
264
if (
IsGroupViewEnabled
(_hwnd))
327
bool hasGroup =
IsGroupViewEnabled
(_hwnd);
362
bool hasGroup =
IsGroupViewEnabled
(_hwnd);
402
if (
IsGroupViewEnabled
(_hwnd))
464
if (
IsGroupViewEnabled
(_hwnd))
942
if (
IsGroupViewEnabled
(hwnd))
1107
if (
IsGroupViewEnabled
(hwnd))
1580
bool hasGroup =
IsGroupViewEnabled
(_hwnd);
1968
bool fGroupView =
IsGroupViewEnabled
(hwnd);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
57
else if (iid == ExpandCollapsePattern.Pattern && WindowsListView.
IsGroupViewEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
52
if (!WindowsListView.
IsGroupViewEnabled
(hwnd))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (3)
580
if (WindowsListView.
IsGroupViewEnabled
(_hwnd))
605
if (WindowsListView.
IsGroupViewEnabled
(_hwnd))
729
System.Diagnostics.Debug.Assert (WindowsListView.
IsGroupViewEnabled
(hwnd), "GetGroupID: called when lv does not have groups");
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
251
if (!WindowsListView.
IsGroupViewEnabled
(_hwnd))