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