5 references to Font
System.Web.DataVisualization (1)
Common\General\Chart.cs (1)
4199
this._fontCache.Add(key, new
Font
(familyName, size, style));
System.Web.Mobile (1)
UI\MobileControls\Design\Util\ImageCreator.cs (1)
72
Font normalFont = new
Font
(_fontFamily, 8, FontStyle.Regular),
System.Windows.Forms.DataVisualization (1)
Common\General\Chart.cs (1)
4199
this._fontCache.Add(key, new
Font
(familyName, size, style));
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
821
this.artifactLabel.Font = new
Font
(this.Font.Name, this.Font.SizeInPoints, FontStyle.Bold);
AuthoringOM\Design\Themes.cs (1)
3097
this.boldFont = new
Font
(this.fontName, FontSize, FontStyle.Bold);