1 write to _groups
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
123_groups = new ArrayList(groups);
16 references to _groups
UIAutomationClientsideProviders (16)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (16)
150if (index >= _groups.Count) 155return GetGroupRcInternal((Group)_groups[index]); 159int count = _groups.Count; 164groupIds[i] = ((Group)_groups[i])._groupID; 171int count = _groups.Count; 175Group group = (Group)_groups[i]; 188if (index >= _groups.Count) 193return ((Group)_groups[index])._groupID; 198return _groups.Count; 203int count = _groups.Count; 207Group group = (Group)_groups[i]; 364int count = _groups.Count; 369current = (Group)(_groups[i]); 458Group group = (Group)manager._groups[i]; 469manager._groups.Sort(new SortGroups(hwnd)); 489_groups.Add(group);