1 write to measurementGraphics
System.Windows.Forms (1)
misc\GDI\WindowsGraphicsCacheManager.cs (1)
112measurementGraphics = WindowsGraphics.CreateMeasurementWindowsGraphics();
6 references to measurementGraphics
System.Windows.Forms (6)
misc\GDI\WindowsGraphicsCacheManager.cs (6)
105if (measurementGraphics == null || measurementGraphics.DeviceContext == null /*object disposed*/) 107Debug.Assert( measurementGraphics == null || measurementGraphics.DeviceContext != null, "TLS MeasurementGraphics was disposed somewhere, enable TRACK_HDC macro to determine who did it, recreating it for now ..." ); 115return measurementGraphics; 123return measurementGraphics;