5 references to WindowsGraphicsCacheManager
System.Windows.Forms (5)
misc\GDI\MeasurementDCInfo.cs (2)
36
WindowsGraphics sharedGraphics =
WindowsGraphicsCacheManager
.GetCurrentMeasurementGraphics();
88
WindowsGraphics sharedGraphics =
WindowsGraphicsCacheManager
.GetCurrentMeasurementGraphics();
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;