2 writes to nextContext
System.Drawing (2)
commonui\System\Drawing\GraphicsContext.cs (2)
93
this.
nextContext
= null;
140
this.
nextContext
= value;
3 references to nextContext
System.Drawing (3)
commonui\System\Drawing\GraphicsContext.cs (3)
90
if (this.
nextContext
!= null) {
92
this.
nextContext
.Dispose();
137
return this.
nextContext
;