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