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