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