2 references to FontSizeToSystemDrawing
WindowsFormsIntegration (2)
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (2)
208
double pointSize = Convert.
FontSizeToSystemDrawing
((double)value);
328
return (float)(Convert.
FontSizeToSystemDrawing
(Host.FontSize));