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