2 writes to parameterType
System.Workflow.ComponentModel (2)
Shared\BasePropertyDescriptor.cs (2)
325
this.
parameterType
= paramInfo.ParameterType;
349
this.
parameterType
= propertyType;
1 reference to parameterType
System.Workflow.ComponentModel (1)
Shared\BasePropertyDescriptor.cs (1)
358
Type type = this.
parameterType
;