4 writes to iItem
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsListView.cs (4)
1419hitTest.iItem = item; 1436hitTest.iItem = hitTestNative.iItem; 1444hitTest.iItem = hitTestNative.iItem; 1451hitTest.iSubItem = hitTest.iItem = -1;
8 references to iItem
UIAutomationClientsideProviders (8)
MS\Internal\AutomationProxies\WindowsListView.cs (4)
437if (hitTest.iItem >= 0) 440ProxyFragment item = CreateListViewItemOrStartMenuItem(this, hitTest.iItem); 462if (hitTest.iItem >= 0) 466return CreateListViewItemOrStartMenuItem(this, hitTest.iItem);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (2)
302if ((hitTest.flags & NativeMethods.LVHT_ONITEM) != 0 && hitTest.iItem >= 0) 305return new ListViewItem (_hwnd, this, hitTest.iItem);
MS\Win32\NativeMethods.cs (2)
790iItem = htinfo.iItem; 808iItem = htinfo.iItem;