10 references to PropertyValidationContext
System.Workflow.Activities (5)
CorrelationValidator.cs (1)
916new PropertyValidationContext(parameterBinding, null, paramName),
InvokeSchedule.cs (1)
298ValidationErrorCollection memberErrors = ValidationHelpers.ValidateProperty(manager, invokeWorkflow, paramBinding.GetBinding(WorkflowParameterBinding.ValueProperty), new PropertyValidationContext(paramBinding, null, paramBinding.ParameterName), new BindValidationContext(parameterType, AccessTypes.Read));
InvokeWebService.cs (1)
496new PropertyValidationContext(invokeWebService.ParameterBindings[paramName], null, paramName), new BindValidationContext(paramInfo.ParameterType.IsByRef ? paramInfo.ParameterType.GetElementType() : paramInfo.ParameterType, access));
WebServiceReceive.cs (1)
604new PropertyValidationContext(webServiceReceive.ParameterBindings[paramName], null, paramName), new BindValidationContext(paramInfo.ParameterType.IsByRef ? paramInfo.ParameterType.GetElementType() : paramInfo.ParameterType, access));
WebServiceResponse.cs (1)
439new PropertyValidationContext(webServiceResponse.ParameterBindings[paramName], null, paramName), new BindValidationContext(paramInfo.ParameterType.IsByRef ? paramInfo.ParameterType.GetElementType() : paramInfo.ParameterType, access));
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\Validation\BindValidator.cs (1)
940propertyValidationContext = new PropertyValidationContext(refActivity, memberInfo as PropertyInfo, memberInfo.Name);
AuthoringOM\Compiler\Validation\DependencyObjectValidator.cs (1)
131PropertyValidationContext childContext = new PropertyValidationContext(propValue, null, String.Empty);
AuthoringOM\Compiler\Validation\Validator.cs (2)
107PropertyValidationContext propertyValidationContext = new PropertyValidationContext(propertyOwner, propertyInfo, propertyInfo.Name); 117PropertyValidationContext childContext = new PropertyValidationContext(propertyValue, null, "");
System.WorkflowServices (1)
System\Workflow\Activities\ValidationHelper.cs (1)
928new PropertyValidationContext(parameterBindings[parameterName],