1 write to _oldPoint2
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (1)
471
_oldPoint2
= point2;
3 references to _oldPoint2
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (3)
456
if (point1 != _oldPoint1 && point2 !=
_oldPoint2
&& _oldPoint1 != Point.Empty)
461
_oldPoint2
.X - _oldPoint1.X + 1,
462
_oldPoint2
.Y - _oldPoint1.Y + 1);