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