3 writes to _buffer
System.Drawing.Common (3)
System\Drawing\BufferedGraphicsContext.cs (3)
133_buffer = new BufferedGraphics(surface, this, targetGraphics, targetDC, _targetLoc, _virtualSize); 482_buffer = null; 516_buffer = null;
3 references to _buffer
System.Drawing.Common (3)
System\Drawing\BufferedGraphicsContext.cs (3)
142return _buffer; 479if (_buffer is not null) 481_buffer.Dispose();