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