5 writes to _mouseDropLocation
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ComponentTray.cs (5)
505_mouseDropLocation = InvalidPoint; 1069_mouseDropLocation = PointToClient(new Point(de.X, de.Y)); 1105_mouseDropLocation = InvalidPoint; 1242_mouseDropLocation = new Point(e.X, e.Y); 1257_mouseDropLocation = InvalidPoint;
6 references to _mouseDropLocation
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ComponentTray.cs (6)
1734if (_mouseDropLocation == InvalidPoint) 1758if (_mouseDropLocation != InvalidPoint) 1760if (!c.Location.Equals(_mouseDropLocation)) 1762c.Location = _mouseDropLocation; 1786if (_mouseDropLocation != InvalidPoint) 1788RearrangeInAutoSlots(c, _mouseDropLocation);