Base:
method
SetBoundsCore
System.Windows.Forms.Control.SetBoundsCore(System.Int32, System.Int32, System.Int32, System.Int32, System.Windows.Forms.BoundsSpecified)
1 override of SetBoundsCore
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1756protected 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\ToolStrip.cs (1)
4783SetBoundsCore(bounds.X, bounds.Y, bounds.Width, bounds.Height, specified);
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1761base.SetBoundsCore(bounds.X, bounds.Y, bounds.Width, bounds.Height, specified);