1 write to _initialPoint
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (1)
318_initialPoint = mouseLoc;
6 references to _initialPoint
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (6)
492if (Math.Abs(_initialPoint.X - mouseLoc.X) > DesignerUtils.MinDragSize.Width / 2 || Math.Abs(_initialPoint.Y - mouseLoc.Y) > DesignerUtils.MinDragSize.Height / 2) 676pixelHeight = AdjustPixelsForIntegralHeight(control, mouseLoc.Y - _initialPoint.Y); 693yOffset = AdjustPixelsForIntegralHeight(control, _initialPoint.Y - mouseLoc.Y); 712int xOffset = _initialPoint.X; 725int xPos = _initialPoint.X;