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)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1199
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);