4 references to GetTypeFromName
System (4)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (4)
1635
Type converterType =
GetTypeFromName
(instanceAttr.ConverterTypeName);
1661
Type converterType =
GetTypeFromName
(typeAttr.ConverterTypeName);
1770
Type editorType =
GetTypeFromName
(instanceAttr.EditorTypeName);
1798
Type editorType =
GetTypeFromName
(typeAttr.EditorTypeName);