3 references to ValidateInternal
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ContainerControl.cs (2)
1706
return
ValidateInternal
(checkAutoValidate, out validatedControlAllowsFocusChange);
1717
if( !c.
ValidateInternal
(checkAutoValidate, out validatedControlAllowsFocusChange) ){
winforms\Managed\System\WinForms\Control.cs (1)
1953
valid = container.
ValidateInternal
(true, out validatedControlAllowsFocusChange);