2 overrides of OnBoundsChanged
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (2)
1426
protected internal override void
OnBoundsChanged
(Rectangle oldBounds, Rectangle newBounds) {
1744
protected internal override void
OnBoundsChanged
(Rectangle oldBounds, Rectangle newBounds) {
3 references to OnBoundsChanged
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (3)
318
RowManager.
OnBoundsChanged
(oldBounds,newBounds);
1427
base.
OnBoundsChanged
(oldBounds, newBounds);
1746
base.
OnBoundsChanged
(oldBounds, newBounds);