2 references to LVM_INSERTMARKHITTEST
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListViewInsertionMark.cs (1)
121
PInvokeCore.SendMessage(_listView, PInvoke.
LVM_INSERTMARKHITTEST
, (WPARAM)(&pt), ref lvInsertMark);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListViewInsertionMarkTests.cs (1)
613
if (m.Msg == (int)PInvoke.
LVM_INSERTMARKHITTEST
)