5 references to LastCursorPoint
System.Windows.Forms (5)
winforms\Managed\System\WinForms\MenuStrip.cs (1)
271
Point pt = PointToClient(WindowsFormsUtils.
LastCursorPoint
);
winforms\Managed\System\WinForms\ToolStrip.cs (3)
4224
Point mousePosition = WindowsFormsUtils.
LastCursorPoint
;
4485
mouseEnterWhenShown = WindowsFormsUtils.
LastCursorPoint
;
4719
Point pt = PointToClient(WindowsFormsUtils.
LastCursorPoint
);
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
1003
Point currentCursorLoc = PointToClient(WindowsFormsUtils.
LastCursorPoint
);