2 writes to _context
System.Drawing.Common (2)
System\Drawing\BufferedGraphics.cs (2)
29
_context
= context;
46
_context
= null!;
3 references to _context
System.Drawing.Common (3)
System\Drawing\BufferedGraphics.cs (3)
39
if (
_context
is not null)
41
_context
.ReleaseBuffer();
45
_context
.Dispose();