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