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