2 overrides of ValidateChildren
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (1)
6603public override bool ValidateChildren()
System\Windows\Forms\UserControl.cs (1)
225public override bool ValidateChildren()
2 references to ValidateChildren
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (1)
6605return base.ValidateChildren();
System\Windows\Forms\UserControl.cs (1)
227return base.ValidateChildren();