3 references to LastCursorPoint
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionUI.cs (1)
612
Point point = DesignerUtils.
LastCursorPoint
;
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\DesignerUtilsTests.cs (2)
159
_ = DesignerUtils.
LastCursorPoint
);
167
Point cursorPoint = DesignerUtils.
LastCursorPoint
;