3 writes to bufferSize
System.Drawing (3)
commonui\System\Drawing\BufferedGraphicsContext.cs (3)
59
bufferSize
= Size.Empty;
396
bufferSize
= new Size(optWidth, optHeight);
594
bufferSize
= Size.Empty;
4 references to bufferSize
System.Drawing (4)
commonui\System\Drawing\BufferedGraphicsContext.cs (4)
383
if (width >
bufferSize
.Width || height >
bufferSize
.Height)
386
int optWidth = Math.Max(width,
bufferSize
.Width);
387
int optHeight = Math.Max(height,
bufferSize
.Height);