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