7 writes to iItem
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1882
iItem
= item.iItem,
1945
iItem
= item.iItem,
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
472
iItem
= index
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (3)
210
for (item.
iItem
= 0; item.iItem < itemCount; item.
iItem
++)
428
item.
iItem
= current;
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
735
iItem
= lvItem
4 references to iItem
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1862
iItem = item.
iItem
;
1923
iItem = item.
iItem
;
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (2)
210
for (item.iItem = 0; item.
iItem
< itemCount; item.iItem++)
429
if (XSendMessage.GetItem(hwnd, ref item) && manager.Add(item.iGroupID, item.
iItem
))