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)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
1540
protected override void
SetBoundsCore
(int x, int y, int width, int height, BoundsSpecified specified)
System\Windows\Forms\Controls\ToolStrips\ToolStripScrollButton.StickyLabel.cs (1)
28
protected override void
SetBoundsCore
(int x, int y, int width, int height, BoundsSpecified specified)
2 references to SetBoundsCore
System.Windows.Forms (2)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
1548
base.
SetBoundsCore
(x, y, width, height, specified);
System\Windows\Forms\Controls\ToolStrips\ToolStripScrollButton.StickyLabel.cs (1)
35
base.
SetBoundsCore
(x, y, width, height, specified);