7 references to Font
System.Web.DataVisualization (2)
Common\General\Chart.cs (1)
4234this._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)
233result = new Font(result.FontFamily, MinSize, result.Style, GraphicsUnit.Point); 235result = new Font(result.FontFamily, MaxSize, result.Style, GraphicsUnit.Point);
System.Windows.Forms.DataVisualization (2)
Common\General\Chart.cs (1)
4234this._fontCache.Add(key, new Font(family, size, style, unit));
Common\General\LegendColumns.cs (1)
1684 cellFont = new Font(