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