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