6 references to Font
System.Drawing (1)
commonui\System\Drawing\SystemFonts.cs (1)
453
return 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)
2584
new
Font
(this.Font.FontFamily, this.Font.Size * factor, this.Font.Style, this.Font.Unit, this.Font.GdiCharSet, this.Font.GdiVerticalFont) :
13433
this.Font = new
Font
(local.FontFamily, local.Size * factor, local.Style, local.Unit, local.GdiCharSet, local.GdiVerticalFont);
winforms\Managed\System\WinForms\ControlPaint.cs (1)
2031
return new
Font
(font.FontFamily, font.SizeInPoints, font.Style, GraphicsUnit.Point, font.GdiCharSet, font.GdiVerticalFont);
winforms\Managed\System\WinForms\Form.cs (1)
5120
new
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)
754
childItem.Font = new
Font
(local.FontFamily, local.Size * factor, local.Style,