2 overrides of AfterControlRemoved
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (1)
3612
internal override void
AfterControlRemoved
(Control control, Control oldParent) {
winforms\Managed\System\WinForms\SplitContainer.cs (1)
2386
internal override void
AfterControlRemoved
(Control control, Control oldParent) {
3 references to AfterControlRemoved
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (1)
15051
cc.
AfterControlRemoved
(value, owner);
winforms\Managed\System\WinForms\Form.cs (1)
3613
base.
AfterControlRemoved
(control, oldParent);
winforms\Managed\System\WinForms\SplitContainer.cs (1)
2387
base.
AfterControlRemoved
(control, oldParent);