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