2 writes to _lastMoveScreenY
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlDesigner.cs (2)
1948
_lastMoveScreenY
= location.Y;
1992
_lastMoveScreenY
= location.Y;
1 reference to _lastMoveScreenY
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.cs (1)
1969
if (_lastMoveScreenX != location.X ||
_lastMoveScreenY
!= location.Y)