5 writes to _mouseDropLocation
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ComponentTray.cs (5)
505_mouseDropLocation = InvalidPoint; 1063_mouseDropLocation = PointToClient(new Point(de.X, de.Y)); 1099_mouseDropLocation = InvalidPoint; 1236_mouseDropLocation = new Point(e.X, e.Y); 1251_mouseDropLocation = InvalidPoint;
6 references to _mouseDropLocation
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ComponentTray.cs (6)
1728if (_mouseDropLocation == InvalidPoint) 1752if (_mouseDropLocation != InvalidPoint) 1754if (!c.Location.Equals(_mouseDropLocation)) 1756c.Location = _mouseDropLocation; 1780if (_mouseDropLocation != InvalidPoint) 1782RearrangeInAutoSlots(c, _mouseDropLocation);