4 references to GetTypeFromName
System.ComponentModel.TypeConverter (4)
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (4)
199
Type? converterType =
GetTypeFromName
(instanceAttr.ConverterTypeName);
219
Type? converterType =
GetTypeFromName
(typeAttr.ConverterTypeName);
330
Type? editorType =
GetTypeFromName
(instanceAttr!.EditorTypeName);
356
Type? editorType =
GetTypeFromName
(typeAttr.EditorTypeName);