2 writes to context
System.Drawing (2)
commonui\System\Drawing\BufferedGraphics.cs (2)
48
this.
context
= context;
75
context
= null;
3 references to context
System.Drawing (3)
commonui\System\Drawing\BufferedGraphics.cs (3)
70
if (
context
!= null) {
71
context
.ReleaseBuffer(this);
74
context
.Dispose();