2 writes to _index
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (2)
670
_index
= -1;
768
_index
++;
3 references to _index
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (3)
688
return
_index
+ 1;
769
EnsureCapacity(
_index
);
770
_items[
_index
] = item;