8 references to GetMemberType
System.Workflow.ComponentModel (8)
AuthoringOM\Bind.cs (2)
652
if (runtimeValue is ActivityBind && BindHelpers.
GetMemberType
(memberInfo) != typeof(ActivityBind))
1139
if (value is ActivityBind && !eventArgs.LastMemberInThePath &&
GetMemberType
(eventArgs.MemberInfo) != typeof(ActivityBind))
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);