7 writes to iItem
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1884nativeItem.iItem = item.iItem; 1946nativeItem.iItem = item.iItem;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
481item.iItem = index;
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (3)
222for (item.iItem = 0; item.iItem < itemCount; item.iItem++) 439item.iItem = current;
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
743item.iItem = lvItem;
4 references to iItem
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1864iItem = item.iItem; 1924iItem = item.iItem;
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (2)
222for (item.iItem = 0; item.iItem < itemCount; item.iItem++) 440if (XSendMessage.GetItem(hwnd, ref item) && manager.Add(item.iGroupID, item.iItem))