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