2 writes to _compatGraphics
System.Drawing.Common (2)
System\Drawing\BufferedGraphicsContext.cs (2)
330_compatGraphics = Graphics.FromHdcInternal(_compatDC); 472_compatGraphics = null;
4 references to _compatGraphics
System.Drawing.Common (4)
System\Drawing\BufferedGraphicsContext.cs (4)
331_compatGraphics.TranslateTransform(-_targetLoc.X, -_targetLoc.Y); 335return _compatGraphics; 469if (_compatGraphics is not null) 471_compatGraphics.Dispose();