4 overrides of ComponentType
System (1)
compmod\system\componentmodel\ReflectEventDescriptor.cs (1)
139public override Type ComponentType {
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1030public 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)
1030public override Type ComponentType { get { return _parent.ComponentType; } }
System.Workflow.ComponentModel (1)
AuthoringOM\Design\PropertyDescriptors.cs (1)
990public override Type ComponentType
3 references to ComponentType
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1030public 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)
1030public override Type ComponentType { get { return _parent.ComponentType; } }
System.Workflow.ComponentModel (1)
AuthoringOM\Design\PropertyDescriptors.cs (1)
994return this.realEventDescriptor.ComponentType;