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