3 references to WM_MOUSEHOVER
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (1)
14374case NativeMethods.WM_MOUSEHOVER:
winforms\Managed\System\WinForms\ListView.cs (1)
6320case NativeMethods.WM_MOUSEHOVER:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
201case NativeMethods.WM_MOUSEHOVER: text = "WM_MOUSEHOVER"; break;