8 references to InflateRect
System.Windows.Forms (8)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (1)
276
layout.Focus = LayoutUtils.
InflateRect
(layout.Focus, Padding);
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
611
Rectangle inflateRect = LayoutUtils.
InflateRect
(DisplayRectangle, Padding);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3901
bounds = LayoutUtils.
InflateRect
(bounds, GripMargin);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (1)
99
rect = LayoutUtils.
InflateRect
(rect, new Padding(0, Padding.Top, 0, Padding.Bottom));
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
566
Rectangle content = LayoutUtils.
InflateRect
(InternalLayout.ContentRectangle, Padding);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (2)
157
return LayoutUtils.
InflateRect
(ClientRectangle, s_dragMargin);
1027
Rectangle bounds = LayoutUtils.
InflateRect
(row.Bounds, row.Margin);
System\Windows\Forms\Layout\DefaultLayout.cs (1)
1124
Rectangle elementSpace = LayoutUtils.
InflateRect
(GetCachedBounds(element), margin);