4 overrides of ComponentType
System (1)
compmod\system\componentmodel\ReflectEventDescriptor.cs (1)
139
public override Type
ComponentType
{
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1030
public override Type
ComponentType
{ get { return _parent.ComponentType; } }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1030
public override Type
ComponentType
{ get { return _parent.ComponentType; } }
System.Workflow.ComponentModel (1)
AuthoringOM\Design\PropertyDescriptors.cs (1)
990
public override Type
ComponentType
3 references to ComponentType
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1030
public override Type ComponentType { get { return _parent.
ComponentType
; } }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1030
public override Type ComponentType { get { return _parent.
ComponentType
; } }
System.Workflow.ComponentModel (1)
AuthoringOM\Design\PropertyDescriptors.cs (1)
994
return this.realEventDescriptor.
ComponentType
;