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