19 references to BindHelpers
System.Workflow.ComponentModel (19)
AuthoringOM\Bind.cs (3)
652if (runtimeValue is ActivityBind && BindHelpers.GetMemberType(memberInfo) != typeof(ActivityBind)) 1460if (BindHelpers.MatchIndexerParameters(properyInfo, arrayArgName, arguments)) 1537PropertyInfo arrayPropertyInfo = BindHelpers.GetMatchedPropertyInfo(propertyType, arrayArgName, arguments);
AuthoringOM\Compiler\Validation\BindValidator.cs (10)
65Type baseType = BindHelpers.GetBaseType(manager, validationContext); 68AccessTypes accessType = BindHelpers.GetAccessType(manager, validationContext); 250Type baseType = BindHelpers.GetBaseType(manager, validationContext); 253AccessTypes accessType = BindHelpers.GetAccessType(manager, validationContext); 447Type baseType = BindHelpers.GetBaseType(manager, validationContext); 450AccessTypes accessType = BindHelpers.GetAccessType(manager, validationContext); 635Type baseType = BindHelpers.GetBaseType(manager, validationContext); 769Type baseType = BindHelpers.GetBaseType(manager, validationContext); 772AccessTypes accessType = BindHelpers.GetAccessType(manager, validationContext); 887object value = BindHelpers.ResolveActivityPath(refActivity, bind.Path);
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (5)
603Type memberType = BindHelpers.GetMemberType(property); 652Type fieldType = BindHelpers.GetMemberType(field); 673paths.Add(new PathInfo(fieldName, field, BindHelpers.GetMemberType(field))); 683Type eventType = BindHelpers.GetMemberType(eventInfo); 727pathInfoList.Add(new PathInfo(eventArgs.Path, eventArgs.MemberInfo, BindHelpers.GetMemberType(eventArgs.MemberInfo)));
AuthoringOM\Design\PropertyDescriptors.cs (1)
580memberType = BindHelpers.GetMemberType(finalEventArgs.MemberInfo);