2 references to AdjustPixelsForIntegralHeight
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (2)
676
pixelHeight =
AdjustPixelsForIntegralHeight
(control, mouseLoc.Y - _initialPoint.Y);
693
yOffset =
AdjustPixelsForIntegralHeight
(control, _initialPoint.Y - mouseLoc.Y);