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