6 references to Font
System.Drawing (1)
commonui\System\Drawing\SystemFonts.cs (1)
453return new Font(font.FontFamily, font.SizeInPoints, font.Style, GraphicsUnit.Point, font.GdiCharSet, font.GdiVerticalFont);
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (2)
2584new Font(this.Font.FontFamily, this.Font.Size * factor, this.Font.Style, this.Font.Unit, this.Font.GdiCharSet, this.Font.GdiVerticalFont) : 13433this.Font = new Font(local.FontFamily, local.Size * factor, local.Style, local.Unit, local.GdiCharSet, local.GdiVerticalFont);
winforms\Managed\System\WinForms\ControlPaint.cs (1)
2031return new Font(font.FontFamily, font.SizeInPoints, font.Style, GraphicsUnit.Point, font.GdiCharSet, font.GdiVerticalFont);
winforms\Managed\System\WinForms\Form.cs (1)
5120new Font(this.Font.FontFamily, this.Font.Size * factor, this.Font.Style, this.Font.Unit, this.Font.GdiCharSet, this.Font.GdiVerticalFont) :
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
754childItem.Font = new Font(local.FontFamily, local.Size * factor, local.Style,