6 references to PropertyType
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (6)
242
Type parsedPropertyType = member.
PropertyType
;
379
string memberType = GetSimpleTypeFullName(memberPathInfo.
PropertyType
);
382
if (TypeProvider.IsAssignable(this.boundType, memberPathInfo.
PropertyType
))
459
paths.AddRange(GetSubPropertiesOnType(topProperty.
PropertyType
, topProperty.Path));
901
Type memberType = (this.pathInfo != null) ? this.pathInfo.
PropertyType
: null;
1007
Type memberType = (memberParentNode != null) ? memberParentNode.PathInfo.
PropertyType
: this.parent.GetActivityType(parentNode.Activity);