15 references to SetBounds
System.Windows.Forms (15)
winforms\Managed\System\WinForms\Control.cs (8)
1376
SetBounds
(value.X, value.Y, value.Width, value.Height, BoundsSpecified.All);
2917
SetBounds
(x, y, width, value, BoundsSpecified.Height);
3218
SetBounds
(value, y, width, height, BoundsSpecified.X);
3236
SetBounds
(value.X, value.Y, width, height, BoundsSpecified.Location);
3896
SetBounds
(x, y, value.Width, value.Height, BoundsSpecified.Size);
4105
SetBounds
(x, value, width, height, BoundsSpecified.Y);
4462
SetBounds
(x, y, value, height, BoundsSpecified.Width);
11595
SetBounds
(sx, sy, sw, sh, BoundsSpecified.All);
winforms\Managed\System\WinForms\Form.cs (2)
5684
SetBounds
(restoredWindowBounds.X, restoredWindowBounds.Y,
6054
SetBounds
(x + workingArea.X, y + workingArea.Y, width, height, BoundsSpecified.All);
winforms\Managed\System\WinForms\MDIClient.cs (1)
216
SetBounds
(sx, sy, sw, sh, BoundsSpecified.All);
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
2969
SetBounds
(sx, sy, sw, sh, BoundsSpecified.All);
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (2)
147
m_labelTitle.
SetBounds
(m_labelTitle.Top,
153
m_labelDesc.
SetBounds
(m_labelDesc.Top,
winforms\Managed\System\WinForms\TrackBar.cs (1)
462
SetBounds
(r.X, r.Y, r.Height, r.Width, BoundsSpecified.All);