24 references to SetBounds
System.Windows.Forms (9)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
130
SetBounds
(0, 0, 120, 96);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
231
SetBounds
(0, 0, 121, 97);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
895
control.
SetBounds
(targetRectangle.X, targetRectangle.Y, targetRectangle.Width, targetRectangle.Height);
1454
_dropDownHolder.
SetBounds
(location.X, location.Y, size.Width, size.Height);
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (4)
256
_message.
SetBounds
(_scaledPictureWidth,
294
button.
SetBounds
(_scaledButtonDetailsLeftPadding, buttonTop, _scaledButtonWidth, _scaledButtonHeight);
307
button.
SetBounds
(buttonLeft, buttonTop, _scaledButtonWidth, _scaledButtonHeight);
320
_details.
SetBounds
(_scaledButtonDetailsLeftPadding, buttonTop + _scaledButtonTopPadding, width - _scaledDetailsWidthPadding, _scaledDetailsHeight);
System\Windows\Forms\SendKeys\SendKeys.SKWindow.cs (1)
17
SetBounds
(-1, -1, 0, 0);
System.Windows.Forms.Design (2)
System\Drawing\Design\ColorEditor.ColorUI.cs (1)
314
_lbSystem.
SetBounds
(CMARGIN, rectTabControl.Y + 2 * CMARGIN,
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (1)
75
SetBounds
(0, 0, 90, 90);
System.Windows.Forms.Tests (12)
System\Windows\Forms\ControlTests.Methods.cs (12)
7415
control.
SetBounds
(x, y, width, height);
7434
control.
SetBounds
(x, y, width, height);
7526
control.
SetBounds
(x, y, width, height);
7545
control.
SetBounds
(x, y, width, height);
7624
control.
SetBounds
(x, y, width, height);
7643
control.
SetBounds
(x, y, width, height);
7742
control.
SetBounds
(x, y, width, height);
7762
control.
SetBounds
(x, y, width, height);
7865
control.
SetBounds
(x, y, width, height);
7887
control.
SetBounds
(x, y, width, height);
8013
control.
SetBounds
(x, y, width, height);
8040
control.
SetBounds
(x, y, width, height);
System.Windows.Forms.UI.IntegrationTests (1)
AnchorLayoutTests.cs (1)
230
button.
SetBounds
(bounds.X + 5, bounds.Y + 5, bounds.Width + 10, bounds.Height + 10);