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