5 references to Font
System.Windows.Forms.Design (1)
System\ComponentModel\Design\MultilineStringEditor.MultilineStringEditorUI.cs (1)
305replaceFont = new Font(fallBackFontName, base.Font.Size, base.Font.Style);
WindowsFormsIntegration (4)
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (4)
140adapter.Font = new SD.Font(familySource, adapter.Font.Size, adapter.Font.Style); 171adapter.Font = new SD.Font(CurrentFontFamily, CurrentFontSize, style); 192adapter.Font = new SD.Font(CurrentFontFamily, CurrentFontSize, style); 208adapter.Font = new SD.Font(CurrentFontFamily, (float)pointSize, CurrentFontStyle);