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