5 references to CreateInstance
System (5)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (5)
1422
hashEntry =
CreateInstance
(type, callingType);
1640
return (TypeConverter)ReflectTypeDescriptionProvider.
CreateInstance
(converterType, _type);
1666
_converter = (TypeConverter)ReflectTypeDescriptionProvider.
CreateInstance
(converterType, _type);
1773
return ReflectTypeDescriptionProvider.
CreateInstance
(editorType, _type);
1801
editor = ReflectTypeDescriptionProvider.
CreateInstance
(editorType, _type);