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