3 writes to iSubItem
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsListView.cs (3)
1423
hitTest.
iSubItem
= hitTestNative.iSubItem;
1432
hitTest.
iSubItem
= hitTestNative.iSubItem;
1439
hitTest.
iSubItem
= hitTest.iItem = -1;
4 references to iSubItem
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (2)
350
if (hitTest.
iSubItem
>= 0)
352
return new ListViewSubItem (hwnd, parent, hitTest.
iSubItem
, item);
MS\Win32\NativeMethods.cs (2)
773
iSubItem = htinfo.
iSubItem
;
791
iSubItem = htinfo.
iSubItem
;