3 writes to buffer
System.Drawing (3)
commonui\System\Drawing\BufferedGraphicsContext.cs (3)
180
this.
buffer
= new BufferedGraphics(surface, this, targetGraphics, targetDC, targetLoc, virtualSize);
591
buffer
= null;
652
this.
buffer
= null;
4 references to buffer
System.Drawing (4)
commonui\System\Drawing\BufferedGraphicsContext.cs (4)
186
return this.
buffer
;
588
if (
buffer
!= null) {
590
buffer
.Dispose();
650
Debug.Assert(buffer == this.
buffer
, "Tried to release a bogus buffer");