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)
492
if (Math.Abs(
_initialPoint
.X - mouseLoc.X) > DesignerUtils.MinDragSize.Width / 2 || Math.Abs(
_initialPoint
.Y - mouseLoc.Y) > DesignerUtils.MinDragSize.Height / 2)
676
pixelHeight = AdjustPixelsForIntegralHeight(control, mouseLoc.Y -
_initialPoint
.Y);
693
yOffset = AdjustPixelsForIntegralHeight(control,
_initialPoint
.Y - mouseLoc.Y);
712
int xOffset =
_initialPoint
.X;
725
int xPos =
_initialPoint
.X;