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