2 instantiations of TRACKMOUSEEVENT
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
5841_trackMouseEvent = new()
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
703_trackMouseEvent = new()
9 references to TRACKMOUSEEVENT
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
270private TRACKMOUSEEVENT _trackMouseEvent; 5843cbSize = (uint)sizeof(TRACKMOUSEEVENT),
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (2)
43private TRACKMOUSEEVENT _trackMouseEvent; // demand created (once) used to track the mouse hover event 705cbSize = (uint)sizeof(TRACKMOUSEEVENT),
System.Windows.Forms.Primitives (5)
Windows.Win32.PInvoke.USER32.dll.g.cs (5)
3747 /// <inheritdoc cref="TrackMouseEvent(winmdroot.UI.Input.KeyboardAndMouse.TRACKMOUSEEVENT*)"/> 3749 internal static unsafe winmdroot.Foundation.BOOL TrackMouseEvent(ref winmdroot.UI.Input.KeyboardAndMouse.TRACKMOUSEEVENT lpEventTrack) 3751 fixed (winmdroot.UI.Input.KeyboardAndMouse.TRACKMOUSEEVENT* lpEventTrackLocal = &lpEventTrack) 3772 internal static unsafe winmdroot.Foundation.BOOL TrackMouseEvent(winmdroot.UI.Input.KeyboardAndMouse.TRACKMOUSEEVENT* lpEventTrack) 3780 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.Input.KeyboardAndMouse.TRACKMOUSEEVENT* lpEventTrack);