3 references to ReflectedTypeData
System.ComponentModel.TypeConverter (3)
System\ComponentModel\ReflectTypeDescriptionProvider.cs (3)
950
td = new
ReflectedTypeData
(type, isRegisteredType: false);
996
ReflectedTypeData td = new
ReflectedTypeData
(componentType, isRegisteredType: true);
1017
td = new
ReflectedTypeData
(type, isRegisteredType: true);