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