1 override of OnChildLayoutResuming
System.Windows.Forms (1)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
801
internal override void
OnChildLayoutResuming
(Control child, bool performLayout)
3 references to OnChildLayoutResuming
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (2)
6651
ParentInternal?.
OnChildLayoutResuming
(child, performLayout);
7659
ParentInternal?.
OnChildLayoutResuming
(this, performLayout);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
803
base.
OnChildLayoutResuming
(child, performLayout);