2 references to HDM_HITTEST
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
2210
&& PInvokeCore.SendMessage(hwnd, PInvoke.
HDM_HITTEST
, (WPARAM)0, ref lvhi) != -1 && lvhi.iItem > -1)
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ListViewDesigner.cs (1)
86
PInvokeCore.SendMessage(headerHwnd, PInvoke.
HDM_HITTEST
, 0, ref _hdrhit);