2 references to AdjustScale
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (2)
3379float percY = AdjustScale(((float)newVar.Height) / ((float)baseVar.Height)); 3380float percX = AdjustScale(((float)newVar.Width) / ((float)baseVar.Width));