6 overrides of GetReflectionType
System (3)
compmod\system\componentmodel\DelegatingTypeDescriptionProvider.cs (1)
112public override Type GetReflectionType(Type objectType, object instance)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (1)
814public override Type GetReflectionType(Type objectType, object instance)
compmod\system\componentmodel\TypeDescriptor.cs (1)
3998public override Type GetReflectionType(Type objectType, object instance)
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\RegisterMetadataDelayedWorker.cs (1)
143public override Type GetReflectionType(Type objectType, object instance)
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
622public override Type GetReflectionType(Type objectType, object instance)
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
622public override Type GetReflectionType(Type objectType, object instance)
8 references to GetReflectionType
System (5)
compmod\system\componentmodel\DelegatingTypeDescriptionProvider.cs (1)
114return Provider.GetReflectionType(objectType, instance);
compmod\system\componentmodel\TypeDescriptionProvider.cs (3)
160return GetReflectionType(objectType, null); 179return GetReflectionType(instance.GetType(), instance); 195return _parent.GetReflectionType(objectType, instance);
compmod\system\componentmodel\TypeDescriptor.cs (1)
4005return Provider.GetReflectionType(objectType, instance);
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\RegisterMetadataDelayedWorker.cs (1)
146return base.GetReflectionType(objectType, instance);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
543Type baseReflectionType = base.GetReflectionType(objectType, instance);
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
543Type baseReflectionType = base.GetReflectionType(objectType, instance);