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)
50
if (
_bufferedGraphicsSurface
is not null)
52
_bufferedGraphicsSurface
.Dispose();
60
public Graphics Graphics =>
_bufferedGraphicsSurface
;