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