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