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)
2164if (_mouseDragLast == InvalidPoint) 2177if (_mouseDragLast == InvalidPoint || 2178(Math.Abs(_mouseDragLast.X - newPt.X) < minDrag.Width && 2179Math.Abs(_mouseDragLast.Y - newPt.Y) < minDrag.Height)) 2198if (_tray._selectionUISvc is not null && _tray._selectionUISvc.BeginDrag(SelectionRules.Visible | SelectionRules.Moveable, _mouseDragLast.X, _mouseDragLast.Y)) 2383else if (_mouseDragLast != InvalidPoint)