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)
1792
return
ValidateInternal
(checkAutoValidate, out _);
1807
if (!c.
ValidateInternal
(checkAutoValidate, out validatedControlAllowsFocusChange))