4 references to GetTypeFromName
System.ComponentModel.TypeConverter (4)
System\ComponentModel\PropertyDescriptor.cs (4)
80
Type? converterType =
GetTypeFromName
(attr.ConverterTypeName);
123
Type? converterType =
GetTypeFromName
(attr.ConverterTypeName);
314
Type? editorType =
GetTypeFromName
(attr.EditorBaseTypeName);
318
Type? type =
GetTypeFromName
(attr.EditorTypeName);