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