1 override of OnChildLayoutResuming
System.Windows.Forms (1)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
800
internal override void
OnChildLayoutResuming
(Control child, bool performLayout)
3 references to OnChildLayoutResuming
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (2)
6691
ParentInternal?.
OnChildLayoutResuming
(child, performLayout);
7699
ParentInternal?.
OnChildLayoutResuming
(this, performLayout);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
802
base.
OnChildLayoutResuming
(child, performLayout);