2 writes to _items
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (2)
666_items = new int[_size]; 806_items = new int[temp.Length * 2];
8 references to _items
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (8)
694return _items; 722WindowsListView.GetItemRect(_hwnd, _items[0], NativeMethods.LVIR_BOUNDS, out item); 735WindowsListView.GetItemRect(_hwnd, _items[count - 1], NativeMethods.LVIR_BOUNDS, out item); 769_items[_index] = item; 801System.Diagnostics.Debug.Assert(min <= _items.Length, "EnsureCapacity: min is > _items.Length"); 802if (min == _items.Length) 805int[] temp = _items; 807Array.Copy(temp, _items, temp.Length);