7 references to Font
System.Web.DataVisualization (2)
Common\General\Chart.cs (1)
4234
this._fontCache.Add(key, new
Font
(family, size, style, unit));
Common\General\LegendColumns.cs (1)
1684
cellFont = new
Font
(
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\TaskFormBase.cs (1)
166
_captionLabel.Font = new
Font
(Font.FontFamily, Font.Size + 2.0f, FontStyle.Bold, Font.Unit);
System.Windows.Forms (2)
winforms\Managed\System\WinForms\FontDialog.cs (2)
233
result = new
Font
(result.FontFamily, MinSize, result.Style, GraphicsUnit.Point);
235
result = new
Font
(result.FontFamily, MaxSize, result.Style, GraphicsUnit.Point);
System.Windows.Forms.DataVisualization (2)
Common\General\Chart.cs (1)
4234
this._fontCache.Add(key, new
Font
(family, size, style, unit));
Common\General\LegendColumns.cs (1)
1684
cellFont = new
Font
(