3 writes to trackMouseEvent
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
5985
trackMouseEvent
= null;
7105
trackMouseEvent
= new NativeMethods.TRACKMOUSEEVENT();
8592
trackMouseEvent
= null;
4 references to trackMouseEvent
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (4)
7104
if (
trackMouseEvent
== null) {
7106
trackMouseEvent
.dwFlags = NativeMethods.TME_LEAVE | NativeMethods.TME_HOVER;
7107
trackMouseEvent
.hwndTrack = Handle;
7110
SafeNativeMethods.TrackMouseEvent(
trackMouseEvent
);