Base:
method
SetBoundsCore
System.Windows.Forms.ToolStrip.SetBoundsCore(System.Int32, System.Int32, System.Int32, System.Int32, System.Windows.Forms.BoundsSpecified)
2 references to SetBoundsCore
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1444SetBoundsCore(bounds.X, bounds.Y, bounds.Width, bounds.Height, BoundsSpecified.Location);
winforms\Managed\System\WinForms\ToolStripOverflow.cs (1)
101SetBoundsCore(bounds.X, bounds.Y, bounds.Width, bounds.Height, specified);