3 references to RunConstraints
System.Activities (3)
System\Activities\ActivityUtilities.cs (1)
803ActivityValidationServices.RunConstraints(childActivity, parentChain, constraints, options, false, ref validationErrors);
System\Activities\Validation\ActivityValidationServices.cs (2)
520RunConstraints(childActivity, parentChain, policyConstraints, this.options, suppressGetChildrenViolations, ref this.errors); 531RunConstraints(childActivity, parentChain, genericTypePolicyConstraints, this.options, suppressGetChildrenViolations, ref this.errors);