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