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