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