3 writes to iSubItem
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsListView.cs (3)
1424
hitTest.
iSubItem
= hitTestNative.iSubItem;
1433
hitTest.
iSubItem
= hitTestNative.iSubItem;
1440
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
;