5 writes to _mouseDropLocation
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ComponentTray.cs (5)
499_mouseDropLocation = InvalidPoint; 1054_mouseDropLocation = PointToClient(new Point(de.X, de.Y)); 1090_mouseDropLocation = InvalidPoint; 1227_mouseDropLocation = new Point(e.X, e.Y); 1242_mouseDropLocation = InvalidPoint;
6 references to _mouseDropLocation
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ComponentTray.cs (6)
1719if (_mouseDropLocation == InvalidPoint) 1743if (_mouseDropLocation != InvalidPoint) 1745if (!c.Location.Equals(_mouseDropLocation)) 1747c.Location = _mouseDropLocation; 1771if (_mouseDropLocation != InvalidPoint) 1773RearrangeInAutoSlots(c, _mouseDropLocation);