Base:
property
PropertyType
System.ComponentModel.PropertyDescriptor.PropertyType
4 references to PropertyType
System.Workflow.ComponentModel (4)
Shared\BasePropertyDescriptor.cs (4)
383return TypeDescriptor.GetEditor(PropertyType, editorBaseType); 465attributes.AddRange(TypeDescriptor.GetAttributes(PropertyType)); 472if (PropertyType != null && !PropertyType.IsValueType)