1 write to _groups
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
114_groups = new ArrayList(groups);
16 references to _groups
UIAutomationClientSideProviders (16)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (16)
141if (index >= _groups.Count) 146return GetGroupRcInternal((Group)_groups[index]); 150int count = _groups.Count; 155groupIds[i] = ((Group)_groups[i])._groupID; 162int count = _groups.Count; 166Group group = (Group)_groups[i]; 179if (index >= _groups.Count) 184return ((Group)_groups[index])._groupID; 189return _groups.Count; 194int count = _groups.Count; 198Group group = (Group)_groups[i]; 354int count = _groups.Count; 359current = (Group)(_groups[i]); 448Group group = (Group)manager._groups[i]; 459manager._groups.Sort(new SortGroups(hwnd)); 479_groups.Add(group);