3 references to MeasurementGraphics
System.Windows.Forms (3)
misc\GDI\WindowsFont.cs (3)
150
int pixelsY = (int) Math.Ceiling( WindowsGraphicsCacheManager.
MeasurementGraphics
.DeviceContext.DpiY * size / 72); // 1 point = 1/72 inch.;
467
WindowsGraphics wg = WindowsGraphicsCacheManager.
MeasurementGraphics
;
526
WindowsGraphics wg = WindowsGraphicsCacheManager.
MeasurementGraphics
;