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