3 references to GetTypeFromName
System (3)
compmod\system\componentmodel\PropertyDescriptor.cs (3)
93
Type converterType =
GetTypeFromName
(attr.ConverterTypeName);
308
Type editorType =
GetTypeFromName
(attr.EditorBaseTypeName);
311
Type type =
GetTypeFromName
(attr.EditorTypeName);