3 references to systemWindowsPixelsPerInch
WindowsFormsIntegration (3)
System\Windows\Integration\Convert.cs (3)
213return font.SizeInPoints * Convert.systemWindowsPixelsPerInch / Convert.systemDrawingPixelsPerInch; 218return initialSize * Convert.systemDrawingPixelsPerInch / Convert.systemWindowsPixelsPerInch; 280return value * HostUtils.PixelsPerInch(orientation) / systemWindowsPixelsPerInch;