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