2 writes to _bufferSize
System.Drawing.Common (2)
System\Drawing\BufferedGraphicsContext.cs (2)
323
_bufferSize
= new Size(optWidth, optHeight);
485
_bufferSize
= Size.Empty;
4 references to _bufferSize
System.Drawing.Common (4)
System\Drawing\BufferedGraphicsContext.cs (4)
313
if (width >
_bufferSize
.Width || height >
_bufferSize
.Height)
315
int optWidth = Math.Max(width,
_bufferSize
.Width);
316
int optHeight = Math.Max(height,
_bufferSize
.Height);