4 references to ValidatorType
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\Validation\DependencyObjectValidator.cs (4)
145
else if (dependencyProperty.
ValidatorType
!= null)
150
validator = Activator.CreateInstance(dependencyProperty.
ValidatorType
) as Validator;
152
errors.Add(new ValidationError(SR.GetString(SR.Error_CreateValidator, dependencyProperty.
ValidatorType
.FullName), ErrorNumbers.Error_CreateValidator));
158
errors.Add(new ValidationError(SR.GetString(SR.Error_CreateValidator, dependencyProperty.
ValidatorType
.FullName), ErrorNumbers.Error_CreateValidator));