Base:
property
PropertyType
System.ComponentModel.PropertyDescriptor.PropertyType
4 references to PropertyType
System.Workflow.Activities (4)
Common\BasePropertyDescriptor.cs (4)
384return TypeDescriptor.GetEditor(PropertyType, editorBaseType); 466attributes.AddRange(TypeDescriptor.GetAttributes(PropertyType)); 473if (PropertyType != null && !PropertyType.IsValueType)