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