5 references to LastCursorPoint
System.Windows.Forms (5)
System\Windows\Forms\Controls\Menus\MenuStrip.cs (1)
255
Point pt = PointToClient(WindowsFormsUtils.
LastCursorPoint
);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (3)
4120
Point mousePosition = WindowsFormsUtils.
LastCursorPoint
;
4386
_mouseEnterWhenShown = WindowsFormsUtils.
LastCursorPoint
;
4593
Point pt = PointToClient(WindowsFormsUtils.
LastCursorPoint
);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (1)
819
Point currentCursorLoc = PointToClient(WindowsFormsUtils.
LastCursorPoint
);