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