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)
3992correct = ApplyBoundsConstraints(cp.X, cp.Y, correct.Width, correct.Height).Size; 5931Rectangle adjustedBounds = ApplyBoundsConstraints(x,y,width,height);