28 references to SetBounds
System.Windows.Forms (13)
System\Windows\Forms\Control.cs (8)
1011
set =>
SetBounds
(value.X, value.Y, value.Width, value.Height, BoundsSpecified.All);
2158
set =>
SetBounds
(_x, _y, _width, value, BoundsSpecified.Height);
2410
set =>
SetBounds
(value, _y, _width, _height, BoundsSpecified.X);
2422
set =>
SetBounds
(value.X, value.Y, _width, _height, BoundsSpecified.Location);
3014
set =>
SetBounds
(_x, _y, value.Width, value.Height, BoundsSpecified.Size);
3176
set =>
SetBounds
(_x, value, _width, _height, BoundsSpecified.Y);
3533
set =>
SetBounds
(_x, _y, value, _height, BoundsSpecified.Width);
9815
SetBounds
(sx, sy, sw, sh, BoundsSpecified.All);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (1)
154
_titleLabel.
SetBounds
(
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
395
SetBounds
(r.X, r.Y, r.Height, r.Width, BoundsSpecified.All);
System\Windows\Forms\Form.cs (2)
5010
SetBounds
(_restoredWindowBounds.X, _restoredWindowBounds.Y,
5324
SetBounds
(x + workingArea.X, y + workingArea.Y, width, height, BoundsSpecified.All);
System\Windows\Forms\MDI\MDIClient.cs (1)
199
SetBounds
(sx, sy, sw, sh, BoundsSpecified.All);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (1)
793
control.
SetBounds
(bounds.X, bounds.Y, bounds.Width, bounds.Height, specified);
System.Windows.Forms.Tests (12)
System\Windows\Forms\ControlTests.Methods.cs (12)
8211
control.
SetBounds
(x, y, width, height, specified);
8230
control.
SetBounds
(x, y, width, height, specified);
8322
control.
SetBounds
(x, y, width, height, specified);
8341
control.
SetBounds
(x, y, width, height, specified);
8420
control.
SetBounds
(x, y, width, height, specified);
8439
control.
SetBounds
(x, y, width, height, specified);
8608
control.
SetBounds
(x, y, width, height, specified);
8628
control.
SetBounds
(x, y, width, height, specified);
8731
control.
SetBounds
(x, y, width, height, specified);
8753
control.
SetBounds
(x, y, width, height, specified);
8879
control.
SetBounds
(x, y, width, height, specified);
8906
control.
SetBounds
(x, y, width, height, specified);
System.Windows.Forms.UI.IntegrationTests (2)
AnchorLayoutTests.cs (2)
223
button.
SetBounds
(bounds.X + 5, bounds.Y + 5, bounds.Width + 10, bounds.Height + 10, BoundsSpecified.None);
226
button.
SetBounds
(bounds.X + 5, bounds.Y + 5, bounds.Width + 10, bounds.Height + 10, BoundsSpecified.All);