16 references to IsGroupViewEnabled
UIAutomationClientSideProviders (16)
MS\Internal\AutomationProxies\WindowsListView.cs (10)
196bool hasGroup = IsGroupViewEnabled (_hwnd); 264if (IsGroupViewEnabled (_hwnd)) 327bool hasGroup = IsGroupViewEnabled (_hwnd); 362bool hasGroup = IsGroupViewEnabled (_hwnd); 402if (IsGroupViewEnabled (_hwnd)) 464if (IsGroupViewEnabled (_hwnd)) 942if (IsGroupViewEnabled (hwnd)) 1107if (IsGroupViewEnabled (hwnd)) 1580bool hasGroup = IsGroupViewEnabled (_hwnd); 1968bool fGroupView = IsGroupViewEnabled(hwnd);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
57else if (iid == ExpandCollapsePattern.Pattern && WindowsListView.IsGroupViewEnabled(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
52if (!WindowsListView.IsGroupViewEnabled(hwnd))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (3)
580if (WindowsListView.IsGroupViewEnabled (_hwnd)) 605if (WindowsListView.IsGroupViewEnabled (_hwnd)) 729System.Diagnostics.Debug.Assert (WindowsListView.IsGroupViewEnabled (hwnd), "GetGroupID: called when lv does not have groups");
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
251if (!WindowsListView.IsGroupViewEnabled (_hwnd))