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