2 writes to _items
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (2)
679
_items
= new int[_size];
819
_items
= new int[temp.Length * 2];
8 references to _items
UIAutomationClientsideProviders (8)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (8)
707
return
_items
;
735
WindowsListView.GetItemRect(_hwnd,
_items
[0], NativeMethods.LVIR_BOUNDS, out item);
748
WindowsListView.GetItemRect(_hwnd,
_items
[count - 1], NativeMethods.LVIR_BOUNDS, out item);
782
_items
[_index] = item;
814
System.Diagnostics.Debug.Assert(min <=
_items
.Length, "EnsureCapacity: min is > _items.Length");
815
if (min ==
_items
.Length)
818
int[] temp =
_items
;
820
Array.Copy(temp,
_items
, temp.Length);