2 overrides of OnBoundsChanged
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.HorizontalRowManager.cs (1)
556protected internal override void OnBoundsChanged(Rectangle oldBounds, Rectangle newBounds)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.VerticalRowManager.cs (1)
346protected internal override void OnBoundsChanged(Rectangle oldBounds, Rectangle newBounds)
3 references to OnBoundsChanged
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (1)
313RowManager.OnBoundsChanged(oldBounds, newBounds);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.HorizontalRowManager.cs (1)
558base.OnBoundsChanged(oldBounds, newBounds);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.VerticalRowManager.cs (1)
348base.OnBoundsChanged(oldBounds, newBounds);