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