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