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