3 references to CurrentFontFamily
WindowsFormsIntegration (3)
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (3)
173
adapter.Font = new SD.Font(
CurrentFontFamily
, CurrentFontSize, style);
194
adapter.Font = new SD.Font(
CurrentFontFamily
, CurrentFontSize, style);
210
adapter.Font = new SD.Font(
CurrentFontFamily
, (float)pointSize, CurrentFontStyle);