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