Base:
method
SetBoundsCore
System.Windows.Forms.Control.SetBoundsCore(System.Int32, System.Int32, System.Int32, System.Int32, System.Windows.Forms.BoundsSpecified)
2 overrides of SetBoundsCore
System.Windows.Forms (2)
winforms\Managed\System\WinForms\LinkLabel.cs (1)
1679
protected override void
SetBoundsCore
(int x, int y, int width, int height, BoundsSpecified specified) {
winforms\Managed\System\WinForms\ToolStripScrollButton.cs (1)
175
protected override void
SetBoundsCore
(int x,int y,int width, int height, BoundsSpecified specified)
2 references to SetBoundsCore
System.Windows.Forms (2)
winforms\Managed\System\WinForms\LinkLabel.cs (1)
1698
base.
SetBoundsCore
(x, y, width, height, specified);
winforms\Managed\System\WinForms\ToolStripScrollButton.cs (1)
180
base.
SetBoundsCore
(x, y, width, height, specified);