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)
136
if (index >=
_groups
.Count)
141
return GetGroupRcInternal((Group)
_groups
[index]);
145
int count =
_groups
.Count;
150
groupIds[i] = ((Group)
_groups
[i])._groupID;
157
int count =
_groups
.Count;
161
Group group = (Group)
_groups
[i];
174
if (index >=
_groups
.Count)
179
return ((Group)
_groups
[index])._groupID;
184
return
_groups
.Count;
189
int count =
_groups
.Count;
193
Group group = (Group)
_groups
[i];
350
int count =
_groups
.Count;
355
current = (Group)(
_groups
[i]);
446
Group group = (Group)manager.
_groups
[i];
457
manager.
_groups
.Sort(new SortGroups(hwnd));
477
_groups
.Add(group);