3 references to ValidateInternal
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
1406return container.ValidateInternal(true, out validatedControlAllowsFocusChange);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
1792return ValidateInternal(checkAutoValidate, out _); 1807if (!c.ValidateInternal(checkAutoValidate, out validatedControlAllowsFocusChange))