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