8 references to Font
System.Drawing (4)
commonui\System\Drawing\SystemFonts.cs (4)
316defaultFont = new Font("MS UI Gothic", 9); 338defaultFont = new Font("Tahoma", 8); 385defaultFont = new Font("Tahoma", 8); 428dialogFont = new Font("MS Shell Dlg 2", 8);
System.Web.DataVisualization (1)
Common\General\Chart.cs (1)
4182this._fontCache.Add(key, new Font(familyName, size));
System.Windows.Forms.DataVisualization (1)
Common\General\Chart.cs (1)
4182this._fontCache.Add(key, new Font(familyName, size));
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Themes.cs (2)
2215Font font = new Font(value, FontSize); 3074this.font = new Font(this.fontName, FontSize);