16 references to IsGroupViewEnabled
UIAutomationClientSideProviders (16)
MS\Internal\AutomationProxies\WindowsListView.cs (10)
203
bool hasGroup =
IsGroupViewEnabled
(_hwnd);
271
if (
IsGroupViewEnabled
(_hwnd))
334
bool hasGroup =
IsGroupViewEnabled
(_hwnd);
369
bool hasGroup =
IsGroupViewEnabled
(_hwnd);
409
if (
IsGroupViewEnabled
(_hwnd))
471
if (
IsGroupViewEnabled
(_hwnd))
949
if (
IsGroupViewEnabled
(hwnd))
1114
if (
IsGroupViewEnabled
(hwnd))
1586
bool hasGroup =
IsGroupViewEnabled
(_hwnd);
1973
bool fGroupView =
IsGroupViewEnabled
(hwnd);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
60
else if (iid == ExpandCollapsePattern.Pattern && WindowsListView.
IsGroupViewEnabled
(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
57
if (!WindowsListView.
IsGroupViewEnabled
(hwnd))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (3)
584
if (WindowsListView.
IsGroupViewEnabled
(_hwnd))
609
if (WindowsListView.
IsGroupViewEnabled
(_hwnd))
732
System.Diagnostics.Debug.Assert (WindowsListView.
IsGroupViewEnabled
(hwnd), "GetGroupID: called when lv does not have groups");
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
253
if (!WindowsListView.
IsGroupViewEnabled
(_hwnd))