2 references to Font
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
5013f = new Font(oleFont.Name, (float)oleFont.Size/(float)10000, style, GraphicsUnit.Point, (byte)oleFont.Charset);
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2310return new Font(fontName, fontSize, style, GraphicsUnit.Point, cf.bCharSet);