4 writes to _mouseDragLast
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ComponentTray.cs (4)
2096_mouseDragLast = InvalidPoint; 2117_mouseDragLast = InvalidPoint; 2161_mouseDragLast = PointToScreen(new Point(me.X, me.Y)); 2224_mouseDragLast = InvalidPoint;
7 references to _mouseDragLast
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\ComponentTray.cs (7)
2182if (_mouseDragLast == InvalidPoint) 2195if (_mouseDragLast == InvalidPoint || 2196(Math.Abs(_mouseDragLast.X - newPt.X) < minDrag.Width && 2197Math.Abs(_mouseDragLast.Y - newPt.Y) < minDrag.Height)) 2216if (_tray._selectionUISvc is not null && _tray._selectionUISvc.BeginDrag(SelectionRules.Visible | SelectionRules.Moveable, _mouseDragLast.X, _mouseDragLast.Y)) 2401else if (_mouseDragLast != InvalidPoint)