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