2 references to DpiY
System.Windows.Forms (2)
misc\GDI\WindowsFont.cs (2)
150int pixelsY = (int) Math.Ceiling( WindowsGraphicsCacheManager.MeasurementGraphics.DeviceContext.DpiY * size / 72); // 1 point = 1/72 inch.; 554this.fontSize = height * 72f / wg.DeviceContext.DpiY;