1 instantiation of TRACKMOUSEEVENT
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
7105
trackMouseEvent = new NativeMethods.
TRACKMOUSEEVENT
();
4 references to TRACKMOUSEEVENT
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (1)
427
private NativeMethods.
TRACKMOUSEEVENT
trackMouseEvent;
winforms\Managed\System\WinForms\NativeMethods.cs (1)
3034
public int cbSize = Marshal.SizeOf(typeof(
TRACKMOUSEEVENT
));
winforms\Managed\System\WinForms\SafeNativeMethods.cs (2)
628
private static extern bool _TrackMouseEvent(NativeMethods.
TRACKMOUSEEVENT
tme);
629
public static bool TrackMouseEvent(NativeMethods.
TRACKMOUSEEVENT
tme) {