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