2 writes to compatGraphics
System.Drawing (2)
commonui\System\Drawing\BufferedGraphicsContext.cs (2)
404compatGraphics = Graphics.FromHdcInternal(compatDC); 578compatGraphics = null;
4 references to compatGraphics
System.Drawing (4)
commonui\System\Drawing\BufferedGraphicsContext.cs (4)
405compatGraphics.TranslateTransform(-targetLoc.X, -targetLoc.Y); 408return compatGraphics; 575if (compatGraphics != null) { 577compatGraphics.Dispose();