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