15 overrides of SetBoundsCore
System.Windows.Forms (15)
winforms\Managed\System\WinForms\AxHost.cs (1)
1556
protected override void
SetBoundsCore
(int x, int y, int width, int height, BoundsSpecified specified) {
winforms\Managed\System\WinForms\ComboBox.cs (1)
3272
protected override void
SetBoundsCore
(int x, int y, int width, int height, BoundsSpecified specified) {
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
27470
protected override void
SetBoundsCore
(int x, int y, int width, int height, BoundsSpecified specified)
winforms\Managed\System\WinForms\Form.cs (1)
5860
protected override void
SetBoundsCore
(int x, int y, int width, int height, BoundsSpecified specified) {
winforms\Managed\System\WinForms\Label.cs (1)
1670
protected override void
SetBoundsCore
(int x, int y, int width, int height, BoundsSpecified specified) {
winforms\Managed\System\WinForms\ListBox.cs (1)
2068
protected override void
SetBoundsCore
(int x, int y, int width, int height, BoundsSpecified specified) {
winforms\Managed\System\WinForms\MDIClient.cs (1)
237
protected override void
SetBoundsCore
(int x, int y, int width, int height, BoundsSpecified specified) {
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
1951
protected override void
SetBoundsCore
(int x, int y, int width, int height, BoundsSpecified specified) {
winforms\Managed\System\WinForms\SplitContainer.cs (1)
2137
protected override void
SetBoundsCore
(int x, int y, int width, int height, BoundsSpecified specified) {
winforms\Managed\System\WinForms\Splitter.cs (1)
950
protected override void
SetBoundsCore
(int x, int y, int width, int height, BoundsSpecified specified) {
winforms\Managed\System\WinForms\TabPage.cs (1)
739
protected override void
SetBoundsCore
(int x, int y, int width, int height, BoundsSpecified specified) {
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
1985
protected override void
SetBoundsCore
(int x, int y, int width, int height, BoundsSpecified specified) {
winforms\Managed\System\WinForms\ToolBar.cs (1)
1449
protected override void
SetBoundsCore
(int x, int y, int width, int height, BoundsSpecified specified) {
winforms\Managed\System\WinForms\ToolStrip.cs (1)
2787
protected override void
SetBoundsCore
(int x, int y, int width, int height, BoundsSpecified specified) {
winforms\Managed\System\WinForms\TrackBar.cs (1)
1054
protected override void
SetBoundsCore
(int x, int y, int width, int height, BoundsSpecified specified) {
25 references to SetBoundsCore
System.Windows.Forms (25)
winforms\Managed\System\WinForms\AxHost.cs (2)
1573
base.
SetBoundsCore
(x, y, width, height, specified);
1602
base.
SetBoundsCore
(x, y, width, height, specified);
winforms\Managed\System\WinForms\ComboBox.cs (1)
3280
base.
SetBoundsCore
(x, y, width, height, specified);
winforms\Managed\System\WinForms\Control.cs (4)
11562
SetBoundsCore
(rawScaledBounds.X, rawScaledBounds.Y, scaledSize.Width, scaledSize.Height, BoundsSpecified.All);
11806
SetBoundsCore
(x, y, width, height, BoundsSpecified.All);
11829
SetBoundsCore
(x, y, width, height, specified);
14536
SetBoundsCore
(bounds.X, bounds.Y, bounds.Width, bounds.Height, specified);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
27478
base.
SetBoundsCore
(x, y, width, height, specified);
winforms\Managed\System\WinForms\Form.cs (2)
5939
base.
SetBoundsCore
(adjustedBounds.X, adjustedBounds.Y, adjustedBounds.Width, adjustedBounds.Height, BoundsSpecified.All);
5944
base.
SetBoundsCore
(x, y, width, height, specified);
winforms\Managed\System\WinForms\Label.cs (1)
1682
base.
SetBoundsCore
(x, y, width, height, specified);
winforms\Managed\System\WinForms\ListBox.cs (1)
2076
base.
SetBoundsCore
(x, y, width, height, specified);
winforms\Managed\System\WinForms\MDIClient.cs (2)
241
base.
SetBoundsCore
(x, y, width, height, specified);
279
base.
SetBoundsCore
(x, y, width, height, specified);
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
1969
base.
SetBoundsCore
(x, y, width, height, specified);
winforms\Managed\System\WinForms\SplitContainer.cs (1)
2155
base.
SetBoundsCore
(x, y, width, height, specified);
winforms\Managed\System\WinForms\Splitter.cs (1)
963
base.
SetBoundsCore
(x, y, width, height, specified);
winforms\Managed\System\WinForms\TabPage.cs (2)
747
base.
SetBoundsCore
(r.X, r.Y, r.Width, r.Height, specified == BoundsSpecified.None ? BoundsSpecified.None : BoundsSpecified.All);
750
base.
SetBoundsCore
(x, y, width, height, specified);
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
1993
base.
SetBoundsCore
(x, y, width, height, specified);
winforms\Managed\System\WinForms\ToolBar.cs (2)
1453
base.
SetBoundsCore
(x, y, width, height, specified);
1477
base.
SetBoundsCore
(x, y, width, height, specified);
winforms\Managed\System\WinForms\ToolStrip.cs (2)
2801
base.
SetBoundsCore
(x, y, width, height, specified);
2822
base.
SetBoundsCore
(x, y, width, height, specified);
winforms\Managed\System\WinForms\TrackBar.cs (1)
1073
base.
SetBoundsCore
(x, y, width, height, specified);