2 writes to _index
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (2)
682
_index
= -1;
780
_index
++;
3 references to _index
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (3)
700
return
_index
+ 1;
781
EnsureCapacity(
_index
);
782
_items[
_index
] = item;