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