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