1 write to _groups
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
110_groups = new ArrayList(groups);
16 references to _groups
UIAutomationClientSideProviders (16)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (16)
137if (index >= _groups.Count) 142return GetGroupRcInternal((Group)_groups[index]); 146int count = _groups.Count; 151groupIds[i] = ((Group)_groups[i])._groupID; 158int count = _groups.Count; 162Group group = (Group)_groups[i]; 175if (index >= _groups.Count) 180return ((Group)_groups[index])._groupID; 185return _groups.Count; 190int count = _groups.Count; 194Group group = (Group)_groups[i]; 350int count = _groups.Count; 355current = (Group)(_groups[i]); 444Group group = (Group)manager._groups[i]; 455manager._groups.Sort(new SortGroups(hwnd)); 475_groups.Add(group);