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)
1679protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified) {
winforms\Managed\System\WinForms\ToolStripScrollButton.cs (1)
175protected 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)
1698base.SetBoundsCore(x, y, width, height, specified);
winforms\Managed\System\WinForms\ToolStripScrollButton.cs (1)
180base.SetBoundsCore(x, y, width, height, specified);