2 overrides of ValidateChildren
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (1)
6497
public override bool
ValidateChildren
()
System\Windows\Forms\UserControl.cs (1)
225
public override bool
ValidateChildren
()
4 references to ValidateChildren
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (1)
6499
return base.
ValidateChildren
();
System\Windows\Forms\UserControl.cs (1)
227
return base.
ValidateChildren
();
System.Windows.Forms.Tests (2)
System\Windows\Forms\ContainerControlTests.cs (2)
780
Assert.True(control.
ValidateChildren
());
956
Assert.Equal(!cancel, control.
ValidateChildren
());