3 overrides of SetBounds
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
1183
internal protected override void
SetBounds
(Rectangle rect) {
winforms\Managed\System\WinForms\ToolStripOverflowButton.cs (1)
120
internal protected override void
SetBounds
(Rectangle bounds) {
winforms\Managed\System\WinForms\ToolStripSeparator.cs (1)
458
internal protected override void
SetBounds
(Rectangle rect) {
13 references to SetBounds
System.Windows.Forms (13)
winforms\Managed\System\WinForms\ToolStrip.cs (2)
4180
item.
SetBounds
(new Rectangle(location, item.Size));
4312
Grip.
SetBounds
(gripRectangle);
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
54
SetBounds
(c.Bounds);
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (2)
783
UpScrollButton.
SetBounds
(new Rectangle(upLocation, upSize));
789
DownScrollButton.
SetBounds
(new Rectangle(downLocation, downSize));
winforms\Managed\System\WinForms\ToolStripItem.cs (3)
1188
SetBounds
(bounds);
2192
SetBounds
(currentBounds);
3639
SetBounds
(new Rectangle(x,y,width,height));
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
1198
base.
SetBounds
(rect);
winforms\Managed\System\WinForms\ToolStripOverflowButton.cs (1)
132
base.
SetBounds
(bounds);
winforms\Managed\System\WinForms\ToolStripSeparator.cs (1)
472
base.
SetBounds
(rect);
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (1)
395
this.SplitButtonButton.
SetBounds
(splitButtonButtonBounds);
winforms\Managed\System\WinForms\ToolStripSplitStackLayout.cs (1)
544
item.
SetBounds
(new Rectangle(itemLocation, itemSize));