Base:
method
ValidateChildren
System.Windows.Forms.ContainerControl.ValidateChildren()
2 references to ValidateChildren
System.Windows.Forms.Tests (2)
System\Windows\Forms\UserControlTests.cs (2)
1246
Assert.True(control.
ValidateChildren
());
1422
Assert.Equal(!cancel, control.
ValidateChildren
());