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