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