2 writes to _index
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (2)
666
_index
= -1;
764
_index
++;
3 references to _index
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (3)
684
return
_index
+ 1;
765
EnsureCapacity(
_index
);
766
_items[
_index
] = item;