1 override of SetBoundsCore
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripPanelCell.cs (1)
260protected override void SetBoundsCore(Rectangle bounds, BoundsSpecified specified) {
3 references to SetBoundsCore
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ArrangedElement.cs (1)
162SetBoundsCore(bounds, specified);
winforms\Managed\System\WinForms\ToolStripPanelCell.cs (2)
283base.SetBoundsCore(bounds,specified); 289base.SetBoundsCore(bounds,specified);