8 references to InflateRect
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
1127layout.focus = LayoutUtils.InflateRect(layout.focus, this.padding);
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (1)
831Rectangle elementSpace = LayoutUtils.InflateRect(GetCachedBounds(element), margin);
winforms\Managed\System\WinForms\TabPage.cs (1)
704Rectangle inflateRect = LayoutUtils.InflateRect(DisplayRectangle, Padding);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
4049bounds = LayoutUtils.InflateRect(bounds, GripMargin);
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (1)
142rect = LayoutUtils.InflateRect(rect, new Padding(0, this.Padding.Top, 0, this.Padding.Bottom));
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
603Rectangle content = LayoutUtils.InflateRect(InternalLayout.ContentRectangle, this.Padding);
winforms\Managed\System\WinForms\ToolStripPanel.cs (2)
207return LayoutUtils.InflateRect(this.ClientRectangle, DragMargin); 1204Rectangle bounds = LayoutUtils.InflateRect(row.Bounds, row.Margin);