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