16 references to IsGroupViewEnabled
UIAutomationClientsideProviders (16)
MS\Internal\AutomationProxies\WindowsListView.cs (10)
210
bool hasGroup =
IsGroupViewEnabled
(_hwnd);
278
if (
IsGroupViewEnabled
(_hwnd))
341
bool hasGroup =
IsGroupViewEnabled
(_hwnd);
376
bool hasGroup =
IsGroupViewEnabled
(_hwnd);
416
if (
IsGroupViewEnabled
(_hwnd))
478
if (
IsGroupViewEnabled
(_hwnd))
957
if (
IsGroupViewEnabled
(hwnd))
1122
if (
IsGroupViewEnabled
(hwnd))
1592
bool hasGroup =
IsGroupViewEnabled
(_hwnd);
1979
bool fGroupView =
IsGroupViewEnabled
(hwnd);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
67
else if (iid == ExpandCollapsePattern.Pattern && WindowsListView.
IsGroupViewEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
65
if (!WindowsListView.
IsGroupViewEnabled
(hwnd))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (3)
591
if (WindowsListView.
IsGroupViewEnabled
(_hwnd))
616
if (WindowsListView.
IsGroupViewEnabled
(_hwnd))
739
System.Diagnostics.Debug.Assert (WindowsListView.
IsGroupViewEnabled
(hwnd), "GetGroupID: called when lv does not have groups");
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
260
if (!WindowsListView.
IsGroupViewEnabled
(_hwnd))