62 references to FontFamily
System.Drawing (8)
commonui\System\Drawing\Advanced\Font.cs (7)
153Initialize(prototype.FontFamily, prototype.Size, newStyle, prototype.Unit, SafeNativeMethods.DEFAULT_CHARSET, false); 682get { return this.FontFamily.Name;} 748return font.FontFamily.Equals(this.FontFamily) && 785this.FontFamily.Name, 1007float emHeightInPixels = lineSpacingInPixels * FontFamily.GetEmHeight(Style) / FontFamily.GetLineSpacing(Style);
commonui\System\Drawing\SystemFonts.cs (1)
453return new Font(font.FontFamily, font.SizeInPoints, font.Style, GraphicsUnit.Point, font.GdiCharSet, font.GdiVerticalFont);
System.Web.DataVisualization (15)
Common\General\Axis.cs (9)
3678 this.autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont(this.LabelStyle.Font.FontFamily, 3731autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont(this.LabelStyle.Font.FontFamily, 3779autoLabelFont.FontFamily, 3912autoLabelFont.FontFamily, 3950autoLabelFont.FontFamily, 4764this.LabelStyle.Font.FontFamily, 4801autoLabelFont.FontFamily, 5114currentAxis.autoLabelFont.FontFamily, 5124autoLabelFont.FontFamily,
Common\General\ChartArea.cs (1)
2596this.AxisX.LabelStyle.Font.FontFamily,
Common\General\Legend.cs (3)
593 this.Font.FontFamily, 1014 this.Font.FontFamily, 2827_font = _fontCache.GetFont(_font.FontFamily, 8, _font.Style); ;
Common\General\LegendColumns.cs (1)
1685 cellFont.FontFamily,
Common\General\Title.cs (1)
1740font.FontFamily,
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.Web.Mobile (1)
UI\MobileControls\Design\Util\ImageCreator.cs (1)
73boldFont = new Font(normalFont.FontFamily, 8, FontStyle.Bold)
System.Windows.Forms (10)
misc\GDI\WindowsFont.cs (1)
230string familyName = font.FontFamily.Name;
winforms\Managed\System\WinForms\Control.cs (3)
2584new Font(this.Font.FontFamily, this.Font.Size * factor, this.Font.Style, this.Font.Unit, this.Font.GdiCharSet, this.Font.GdiVerticalFont) : 2585new Font(this.Font.FontFamily, this.Font.Size * factor, this.Font.Style); 13433this.Font = new Font(local.FontFamily, local.Size * factor, local.Style, local.Unit, local.GdiCharSet, local.GdiVerticalFont);
winforms\Managed\System\WinForms\ControlPaint.cs (1)
2031return new Font(font.FontFamily, font.SizeInPoints, font.Style, GraphicsUnit.Point, font.GdiCharSet, font.GdiVerticalFont);
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);
winforms\Managed\System\WinForms\Form.cs (2)
5120new Font(this.Font.FontFamily, this.Font.Size * factor, this.Font.Style, this.Font.Unit, this.Font.GdiCharSet, this.Font.GdiVerticalFont) : 5121new Font(this.Font.FontFamily, this.Font.Size * factor, this.Font.Style);
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
754childItem.Font = new Font(local.FontFamily, local.Size * factor, local.Style,
System.Windows.Forms.DataVisualization (15)
Common\General\Axis.cs (9)
3678 this.autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont(this.LabelStyle.Font.FontFamily, 3731autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont(this.LabelStyle.Font.FontFamily, 3779autoLabelFont.FontFamily, 3912autoLabelFont.FontFamily, 3950autoLabelFont.FontFamily, 4764this.LabelStyle.Font.FontFamily, 4801autoLabelFont.FontFamily, 5114currentAxis.autoLabelFont.FontFamily, 5124autoLabelFont.FontFamily,
Common\General\ChartArea.cs (1)
2596this.AxisX.LabelStyle.Font.FontFamily,
Common\General\Legend.cs (3)
593 this.Font.FontFamily, 1014 this.Font.FontFamily, 2827_font = _fontCache.GetFont(_font.FontFamily, 8, _font.Style); ;
Common\General\LegendColumns.cs (1)
1685 cellFont.FontFamily,
Common\General\Title.cs (1)
1740font.FontFamily,
System.Workflow.ComponentModel (12)
AuthoringOM\Design\DesignerWidgets.cs (1)
1702Font = new Font(Font.FontFamily, this.reqTabItemSize * 2 / 3, GraphicsUnit.Pixel);
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
1218using (Font helpFontBold = new Font(this.Font.FontFamily, this.Font.SizeInPoints, FontStyle.Bold))
AuthoringOM\Design\SequentialWorkflowHeaderFooter.cs (2)
195using (Font font = new Font(e.DesignerTheme.Font.FontFamily, e.DesignerTheme.Font.SizeInPoints + 1.0f, FontStyle.Bold)) 212using (Font font = new Font(e.DesignerTheme.Font.FontFamily, e.DesignerTheme.Font.SizeInPoints + 1.0f, (this.AssociatedDesigner.SmartTagVisible) ? FontStyle.Bold : FontStyle.Regular))
AuthoringOM\Design\Themes.cs (7)
2003private string fontName = WorkflowTheme.GetDefaultFont().FontFamily.Name; 3067this.fontName = WorkflowTheme.GetDefaultFont().FontFamily.Name; 3072this.fontName = WorkflowTheme.GetDefaultFont().FontFamily.Name; 3090this.fontName = WorkflowTheme.GetDefaultFont().FontFamily.Name; 3095this.fontName = WorkflowTheme.GetDefaultFont().FontFamily.Name; 3129this.FontName = WorkflowTheme.GetDefaultFont().FontFamily.Name; 3183FontName = WorkflowTheme.GetDefaultFont().FontFamily.Name;
AuthoringOM\Design\WorkflowLayouts.cs (1)
599using (Font headerFooterFont = new Font(ambientTheme.Font.FontFamily, ambientTheme.Font.Size / this.scaling, ambientTheme.Font.Style))