10 references to FontFamily
System.Windows.Forms (7)
System\Windows\Forms\Controls\GroupBox\GroupBox.Modern.cs (3)
152FontFamily family = font.FontFamily; 565Font.FontFamily.Name, 572Font.FontFamily,
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (2)
144result = new Font(result.FontFamily, MinSize, result.Style, GraphicsUnit.Point); 149result = new Font(result.FontFamily, MaxSize, result.Style, GraphicsUnit.Point);
System\Windows\Forms\Rendering\ControlPaint.cs (1)
2123font.FontFamily,
System\Windows\Forms\Rendering\FontCache.Data.cs (1)
68string familyName = font.FontFamily.Name;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.cs (1)
2274Control.Font.FontFamily,
System.Windows.Forms.Primitives (1)
System\Windows\Forms\FontExtensions.cs (1)
23templateFont.FontFamily,
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHostPropertyMap.cs (1)
134adapter.SetValue(SWC.Control.FontFamilyProperty, Convert.ToSystemWindowsFontFamily(wfFont.FontFamily));