2 instantiations of TRACKMOUSEEVENT
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
6058_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)
281private TRACKMOUSEEVENT _trackMouseEvent; 6060cbSize = (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)
_generated\426\Windows.Win32.PInvoke.USER32.dll.g.cs (5)
4052 /// <inheritdoc cref="TrackMouseEvent(winmdroot.UI.Input.KeyboardAndMouse.TRACKMOUSEEVENT*)"/> 4055 internal static unsafe winmdroot.Foundation.BOOL TrackMouseEvent(ref winmdroot.UI.Input.KeyboardAndMouse.TRACKMOUSEEVENT lpEventTrack) 4057 fixed (winmdroot.UI.Input.KeyboardAndMouse.TRACKMOUSEEVENT* lpEventTrackLocal = &lpEventTrack) 4078 internal static unsafe winmdroot.Foundation.BOOL TrackMouseEvent(winmdroot.UI.Input.KeyboardAndMouse.TRACKMOUSEEVENT* lpEventTrack) 4086 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.Input.KeyboardAndMouse.TRACKMOUSEEVENT* lpEventTrack);