2 writes to componentType
System.Workflow.ComponentModel (2)
Shared\BasePropertyDescriptor.cs (2)
322this.componentType = componentType; 348this.componentType = componentType;
2 references to componentType
System.Workflow.ComponentModel (2)
Shared\BasePropertyDescriptor.cs (2)
406return this.componentType; 418return GetParameterPropertyName(this.componentType, base.Name);