3 writes to iSubItem
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsListView.cs (3)
1426hitTest.iSubItem = hitTestNative.iSubItem; 1435hitTest.iSubItem = hitTestNative.iSubItem; 1442hitTest.iSubItem = hitTest.iItem = -1;
4 references to iSubItem
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (2)
351if (hitTest.iSubItem >= 0) 353return new ListViewSubItem (hwnd, parent, hitTest.iSubItem, item);
MS\Win32\NativeMethods.cs (2)
774iSubItem = htinfo.iSubItem; 792iSubItem = htinfo.iSubItem;