3 references to WM_MOUSEENTER
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComboBox.cs (1)
3851
if (m.Msg == NativeMethods.
WM_MOUSEENTER
) {
winforms\Managed\System\WinForms\Control.cs (2)
14436
if (m.Msg == NativeMethods.
WM_MOUSEENTER
) {
14644
control.SendMessage(NativeMethods.
WM_MOUSEENTER
, 0, 0);