2 writes to componentType
System.Workflow.Activities (2)
Common\BasePropertyDescriptor.cs (2)
323
this.
componentType
= componentType;
349
this.
componentType
= componentType;
2 references to componentType
System.Workflow.Activities (2)
Common\BasePropertyDescriptor.cs (2)
407
return this.
componentType
;
419
return GetParameterPropertyName(this.
componentType
, base.Name);