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)
313if (width > _bufferSize.Width || height > _bufferSize.Height) 315int optWidth = Math.Max(width, _bufferSize.Width); 316int optHeight = Math.Max(height, _bufferSize.Height);