1 write to _groups
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
109_groups = new ArrayList(groups);
16 references to _groups
UIAutomationClientSideProviders (16)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (16)
136if (index >= _groups.Count) 141return GetGroupRcInternal((Group)_groups[index]); 145int count = _groups.Count; 150groupIds[i] = ((Group)_groups[i])._groupID; 157int count = _groups.Count; 161Group group = (Group)_groups[i]; 174if (index >= _groups.Count) 179return ((Group)_groups[index])._groupID; 184return _groups.Count; 189int count = _groups.Count; 193Group group = (Group)_groups[i]; 350int count = _groups.Count; 355current = (Group)(_groups[i]); 446Group group = (Group)manager._groups[i]; 457manager._groups.Sort(new SortGroups(hwnd)); 477_groups.Add(group);