6 implementations of SetBounds
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (1)
12587
void IArrangedElement.
SetBounds
(Rectangle bounds, BoundsSpecified specified)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
4659
void IArrangedElement.
SetBounds
(Rectangle bounds, BoundsSpecified specified)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
982
void IArrangedElement.
SetBounds
(Rectangle bounds, BoundsSpecified specified)
System\Windows\Forms\Controls\ToolStrips\ToolStripOverflow.cs (1)
75
void IArrangedElement.
SetBounds
(Rectangle bounds, BoundsSpecified specified)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (1)
687
void IArrangedElement.
SetBounds
(Rectangle bounds, BoundsSpecified specified)
System\Windows\Forms\Layout\ArrangedElement.cs (1)
174
public void
SetBounds
(Rectangle bounds, BoundsSpecified specified)
15 references to SetBounds
System.Windows.Forms (15)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (2)
654
element.
SetBounds
(bounds, BoundsSpecified.None);
661
element.
SetBounds
(bounds, BoundsSpecified.None);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (2)
329
InnerElement.
SetBounds
(bounds, specified);
336
InnerElement.
SetBounds
(bounds, specified);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (1)
359
element.
SetBounds
(cell.CachedBounds, BoundsSpecified.None);
System\Windows\Forms\Form.cs (1)
4212
form.
SetBounds
(new Rectangle(Left, Top, adjustedSize.Width, adjustedSize.Height), BoundsSpecified.None);
System\Windows\Forms\Layout\CommonProperties.cs (3)
180
element.
SetBounds
(GetSpecifiedBounds(element), BoundsSpecified.None);
214
element.
SetBounds
(bounds, BoundsSpecified.Size);
238
element.
SetBounds
(bounds, BoundsSpecified.Size);
System\Windows\Forms\Layout\DefaultLayout.cs (4)
517
element.
SetBounds
(newElementBounds, BoundsSpecified.None);
953
element.
SetBounds
(CommonProperties.GetSpecifiedBounds(element), BoundsSpecified.None);
965
element.
SetBounds
(CommonProperties.GetSpecifiedBounds(element), BoundsSpecified.All);
1060
element.
SetBounds
(bounds, BoundsSpecified.None);
System\Windows\Forms\Layout\FlowLayout.ElementProxy.cs (1)
54
set => _element!.
SetBounds
(value, BoundsSpecified.None);
System\Windows\Forms\Layout\TableLayout.cs (1)
1281
element.
SetBounds
(elementBounds, BoundsSpecified.None);