3 references to LVHT_ONITEMSTATEICON
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
3733
else if (item is not null && (LVHITTESTINFO_FLAGS.
LVHT_ONITEMSTATEICON
& lvhi.flags) == LVHITTESTINFO_FLAGS.
LVHT_ONITEMSTATEICON
)
5893
if (displayIndex == -1 || lvhi.iSubItem != 0 || (lvhi.flags & LVHITTESTINFO_FLAGS.
LVHT_ONITEMSTATEICON
) == 0)