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