3 references to MaximumBuffer
System.Drawing.Common (3)
System\Drawing\BufferedGraphicsContext.cs (3)
54throw new ArgumentException(SR.Format(SR.InvalidArgumentValue, nameof(MaximumBuffer), value), nameof(value)); 185return (targetBounds.Width * targetBounds.Height) > (MaximumBuffer.Width * MaximumBuffer.Height);