2 writes to _bufferedGraphicsSurface
System.Drawing.Common (2)
System\Drawing\BufferedGraphics.cs (2)
30_bufferedGraphicsSurface = bufferedGraphicsSurface; 53_bufferedGraphicsSurface = null!;
3 references to _bufferedGraphicsSurface
System.Drawing.Common (3)
System\Drawing\BufferedGraphics.cs (3)
50if (_bufferedGraphicsSurface is not null) 52_bufferedGraphicsSurface.Dispose(); 60public Graphics Graphics => _bufferedGraphicsSurface;