2 overrides of OnBoundsChanged
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
803protected override void OnBoundsChanged() {
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
436protected override void OnBoundsChanged() {
2 references to OnBoundsChanged
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
437base.OnBoundsChanged();
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
3626OnBoundsChanged();