16 references to IsGroupViewEnabled
UIAutomationClientSideProviders (16)
MS\Internal\AutomationProxies\WindowsListView.cs (10)
197
bool hasGroup =
IsGroupViewEnabled
(_hwnd);
265
if (
IsGroupViewEnabled
(_hwnd))
328
bool hasGroup =
IsGroupViewEnabled
(_hwnd);
363
bool hasGroup =
IsGroupViewEnabled
(_hwnd);
403
if (
IsGroupViewEnabled
(_hwnd))
465
if (
IsGroupViewEnabled
(_hwnd))
943
if (
IsGroupViewEnabled
(hwnd))
1108
if (
IsGroupViewEnabled
(hwnd))
1581
bool hasGroup =
IsGroupViewEnabled
(_hwnd);
1969
bool fGroupView =
IsGroupViewEnabled
(hwnd);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
58
else if (iid == ExpandCollapsePattern.Pattern && WindowsListView.
IsGroupViewEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
53
if (!WindowsListView.
IsGroupViewEnabled
(hwnd))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (3)
581
if (WindowsListView.
IsGroupViewEnabled
(_hwnd))
606
if (WindowsListView.
IsGroupViewEnabled
(_hwnd))
730
System.Diagnostics.Debug.Assert (WindowsListView.
IsGroupViewEnabled
(hwnd), "GetGroupID: called when lv does not have groups");
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
252
if (!WindowsListView.
IsGroupViewEnabled
(_hwnd))