2 references to Validate
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (1)
6593e.Cancel = !Validate(true);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
1776public bool Validate() => Validate(checkAutoValidate: false);