1 instantiation of PropertyBind
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\Validation\BindValidator.cs (1)
697
actualBind = new
PropertyBind
(qualifier + "." + memberName, path);
4 references to PropertyBind
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\Validation\BindValidator.cs (4)
227
PropertyBind
bind = obj as
PropertyBind
;
229
throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(
PropertyBind
).FullName), "obj");
270
private ValidationErrorCollection ValidateBindProperty(ValidationManager manager, Activity activity,
PropertyBind
bind, BindValidationContext validationContext)