Base:
method
SetBoundsCore
System.Windows.Forms.ToolStrip.SetBoundsCore(System.Int32, System.Int32, System.Int32, System.Int32, System.Windows.Forms.BoundsSpecified)
3 references to SetBoundsCore
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1205
SetBoundsCore
(bounds.X, bounds.Y, bounds.Width, bounds.Height, BoundsSpecified.Location);
System\Windows\Forms\Controls\ToolStrips\ToolStripOverflow.cs (1)
77
SetBoundsCore
(bounds.X, bounds.Y, bounds.Width, bounds.Height, specified);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5236
public new void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified) => base.
SetBoundsCore
(x, y, width, height, specified);