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