4 references to FontInPoints
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2FontConverter.cs (1)
76lastFont = ControlPaint.FontInPoints(font);
winforms\Managed\System\WinForms\FontDialog.cs (1)
699font = ControlPaint.FontInPoints(fontInWorldUnits);
winforms\Managed\System\WinForms\ToolStripManager.cs (2)
78retFont = ControlPaint.FontInPoints(sysFont); 107defaultFont = ControlPaint.FontInPoints(sysFont);