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)
1734
if (
_mouseDropLocation
== InvalidPoint)
1758
if (
_mouseDropLocation
!= InvalidPoint)
1760
if (!c.Location.Equals(
_mouseDropLocation
))
1762
c.Location =
_mouseDropLocation
;
1786
if (
_mouseDropLocation
!= InvalidPoint)
1788
RearrangeInAutoSlots(c,
_mouseDropLocation
);