4 writes to _mouseDragLast
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ComponentTray.cs (4)
2078
_mouseDragLast
= InvalidPoint;
2099
_mouseDragLast
= InvalidPoint;
2143
_mouseDragLast
= PointToScreen(new Point(me.X, me.Y));
2206
_mouseDragLast
= InvalidPoint;
7 references to _mouseDragLast
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\ComponentTray.cs (7)
2164
if (
_mouseDragLast
== InvalidPoint)
2177
if (
_mouseDragLast
== InvalidPoint ||
2178
(Math.Abs(
_mouseDragLast
.X - newPt.X) < minDrag.Width &&
2179
Math.Abs(
_mouseDragLast
.Y - newPt.Y) < minDrag.Height))
2198
if (_tray._selectionUISvc is not null && _tray._selectionUISvc.BeginDrag(SelectionRules.Visible | SelectionRules.Moveable,
_mouseDragLast
.X,
_mouseDragLast
.Y))
2383
else if (
_mouseDragLast
!= InvalidPoint)