2 references to LVHT_ONITEM
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (2)
3342
if (displayIndex >= 0 && ((lvhi.flags & NativeMethods.
LVHT_ONITEM
) != 0))
5400
if (displayIndex != -1 && (lvhi.flags & NativeMethods.
LVHT_ONITEM
) != 0) {