3 references to Inflate
System.Drawing.Primitives (2)
System\Drawing\RectangleF.cs (2)
242public void Inflate(SizeF size) => Inflate(size.Width, size.Height); 250r.Inflate(x, y);
System.Windows.Forms (1)
System\Windows\Forms\Layout\TableLayout.cs (1)
114displayRect.Inflate(-(cellBorderWidth / 2.0f), -(cellBorderWidth) / 2.0f);