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)
137
if (index >=
_groups
.Count)
142
return GetGroupRcInternal((Group)
_groups
[index]);
146
int count =
_groups
.Count;
151
groupIds[i] = ((Group)
_groups
[i])._groupID;
158
int count =
_groups
.Count;
162
Group group = (Group)
_groups
[i];
175
if (index >=
_groups
.Count)
180
return ((Group)
_groups
[index])._groupID;
185
return
_groups
.Count;
190
int count =
_groups
.Count;
194
Group group = (Group)
_groups
[i];
350
int count =
_groups
.Count;
355
current = (Group)(
_groups
[i]);
444
Group group = (Group)manager.
_groups
[i];
455
manager.
_groups
.Sort(new SortGroups(hwnd));
475
_groups
.Add(group);