7 writes to iItem
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1881
iItem
= item.iItem,
1944
iItem
= item.iItem,
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
471
iItem
= index
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (3)
209
for (item.
iItem
= 0; item.iItem < itemCount; item.
iItem
++)
427
item.
iItem
= current;
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
734
iItem
= lvItem
4 references to iItem
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1861
iItem = item.
iItem
;
1922
iItem = item.
iItem
;
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (2)
209
for (item.iItem = 0; item.
iItem
< itemCount; item.iItem++)
428
if (XSendMessage.GetItem(hwnd, ref item) && manager.Add(item.iGroupID, item.
iItem
))