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)
150
if (index >=
_groups
.Count)
155
return GetGroupRcInternal((Group)
_groups
[index]);
159
int count =
_groups
.Count;
164
groupIds[i] = ((Group)
_groups
[i])._groupID;
171
int count =
_groups
.Count;
175
Group group = (Group)
_groups
[i];
188
if (index >=
_groups
.Count)
193
return ((Group)
_groups
[index])._groupID;
198
return
_groups
.Count;
203
int count =
_groups
.Count;
207
Group group = (Group)
_groups
[i];
364
int count =
_groups
.Count;
369
current = (Group)(
_groups
[i]);
458
Group group = (Group)manager.
_groups
[i];
469
manager.
_groups
.Sort(new SortGroups(hwnd));
489
_groups
.Add(group);