18 overrides of SetBoundsCore
PresentationUI (1)
MS\Internal\Documents\DialogDivider.cs (1)
43protected override void SetBoundsCore(
System.Windows.Forms (14)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1174protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3259protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
27451protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
System\Windows\Forms\Controls\Labels\Label.cs (1)
1379protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
2082protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1652protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
870protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
735protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1785protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
2597protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
1007protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
System\Windows\Forms\Form.cs (1)
5255protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
2061protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
System\Windows\Forms\MDI\MDIClient.cs (1)
218protected override unsafe void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ComponentTray.cs (1)
2405protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
System\Windows\Forms\Design\DataGridViewColumnTypeEditor.Picker.cs (1)
59protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
1659protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
31 references to SetBoundsCore
PresentationUI (2)
MS\Internal\Documents\DialogDivider.cs (2)
53base.SetBoundsCore(Parent.Location.X, y, Parent.Size.Width, 1, specified); 58base.SetBoundsCore(x, y, 0, 0, specified);
System.Windows.Forms (22)
System\Windows\Forms\ActiveX\AxHost.cs (2)
1195base.SetBoundsCore(x, y, width, height, specified); 1232base.SetBoundsCore(x, y, width, height, specified);
System\Windows\Forms\Control.cs (4)
9889SetBoundsCore(rawScaledBounds.X, rawScaledBounds.Y, scaledSize.Width, scaledSize.Height, BoundsSpecified.All); 10076SetBoundsCore(x, y, width, height, BoundsSpecified.All); 10124SetBoundsCore(x, y, width, height, specified); 12777SetBoundsCore(bounds.X, bounds.Y, bounds.Width, bounds.Height, specified);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3268base.SetBoundsCore(x, y, width, height, specified);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
27463base.SetBoundsCore(x, y, width, height, specified);
System\Windows\Forms\Controls\Labels\Label.cs (1)
1398base.SetBoundsCore(x, y, width, height, specified);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
2090base.SetBoundsCore(x, y, width, height, specified);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1682base.SetBoundsCore(x, y, width, height, specified);
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
891base.SetBoundsCore(x, y, width, height, specified);
System\Windows\Forms\Controls\TabControl\TabPage.cs (2)
745base.SetBoundsCore(r.X, r.Y, r.Width, r.Height, specified == BoundsSpecified.None ? BoundsSpecified.None : BoundsSpecified.All); 749base.SetBoundsCore(x, y, width, height, specified);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1797base.SetBoundsCore(x, y, width, height, specified);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
2614base.SetBoundsCore(x, y, width, height, specified); 2638base.SetBoundsCore(x, y, width, height, specified);
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
1031base.SetBoundsCore(x, y, width, height, specified);
System\Windows\Forms\Form.cs (1)
5347base.SetBoundsCore(x, y, width, height, specified);
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
2081base.SetBoundsCore(x, y, width, height, specified);
System\Windows\Forms\MDI\MDIClient.cs (2)
224base.SetBoundsCore(x, y, width, height, specified); 229base.SetBoundsCore(x, y, width, height, specified);
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ComponentTray.cs (2)
2411base.SetBoundsCore(x, y, width, height, specified); 2418base.SetBoundsCore(x, y, width, height, specified);
System\Windows\Forms\Design\DataGridViewColumnTypeEditor.Picker.cs (1)
71base.SetBoundsCore(x, y, width, height, specified);
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
1671base.SetBoundsCore(x, y, width, height, specified);
System.Windows.Forms.Tests (3)
System\Windows\Forms\ControlTests.cs (1)
1428public new void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified) => base.SetBoundsCore(x, y, width, height, specified);
System\Windows\Forms\ControlTests.Methods.cs (1)
10145public new void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified) => base.SetBoundsCore(x, y, width, height, specified); public new void SetClientSizeCore(int width, int height) => base.SetClientSizeCore(width, height);
System\Windows\Forms\UpDownBaseTests.cs (1)
3234public new void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified) => base.SetBoundsCore(x, y, width, height, specified);