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