1 override of OnChildLayoutResuming
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ContainerControl.cs (1)
840
internal override void
OnChildLayoutResuming
(Control child, bool performLayout) {
3 references to OnChildLayoutResuming
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ContainerControl.cs (1)
841
base.
OnChildLayoutResuming
(child, performLayout);
winforms\Managed\System\WinForms\Control.cs (2)
8090
ParentInternal.
OnChildLayoutResuming
(child, performLayout);
9156
ParentInternal.
OnChildLayoutResuming
(this, performLayout);