5 references to LastCursorPoint
System.Windows.Forms (5)
System\Windows\Forms\Controls\Menus\MenuStrip.cs (1)
255Point pt = PointToClient(WindowsFormsUtils.LastCursorPoint);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (3)
4231Point mousePosition = WindowsFormsUtils.LastCursorPoint; 4497_mouseEnterWhenShown = WindowsFormsUtils.LastCursorPoint; 4707Point pt = PointToClient(WindowsFormsUtils.LastCursorPoint);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (1)
822Point currentCursorLoc = PointToClient(WindowsFormsUtils.LastCursorPoint);