4 references to GetAutoScaleSize
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
447SizeF real = GetAutoScaleSize(Font); 2983SizeF newVarF = GetAutoScaleSize(Font);
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\FormDocumentDesigner.cs (2)
65SizeF real = Form.GetAutoScaleSize(((Form)Component).Font); 268SizeF newVarF = Form.GetAutoScaleSize(form.Font);