4 references to iSubItem
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListView\ListView.cs (4)
3539
iSubItem = lvhi.
iSubItem
;
3744
if (lvhi.
iSubItem
< item.SubItems.Count)
3746
_listViewSubItem = item.SubItems[lvhi.
iSubItem
];
5893
if (displayIndex == -1 || lvhi.
iSubItem
!= 0 || (lvhi.flags & LVHITTESTINFO_FLAGS.LVHT_ONITEMSTATEICON) == 0)