1 write to iSubItem
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1451hitTest.iSubItem = hitTest.iItem = -1;
4 references to iSubItem
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (2)
359if (hitTest.iSubItem >= 0) 361return new ListViewSubItem (hwnd, parent, hitTest.iSubItem, item);
MS\Win32\NativeMethods.cs (2)
791iSubItem = htinfo.iSubItem; 809iSubItem = htinfo.iSubItem;