Base:
method
ApplyBoundsConstraints
System.Windows.Forms.Control.ApplyBoundsConstraints(System.Int32, System.Int32, System.Int32, System.Int32)
2 references to ApplyBoundsConstraints
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (2)
3992
correct =
ApplyBoundsConstraints
(cp.X, cp.Y, correct.Width, correct.Height).Size;
5931
Rectangle adjustedBounds =
ApplyBoundsConstraints
(x,y,width,height);