5 references to CreateInstance
System.ComponentModel.TypeConverter (5)
System\ComponentModel\ReflectTypeDescriptionProvider.cs (1)
1540
hashEntry =
CreateInstance
(type, callingType);
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (4)
207
return (TypeConverter)ReflectTypeDescriptionProvider.
CreateInstance
(converterType, _type)!;
222
_converter = (TypeConverter)
CreateInstance
(converterType, _type)!;
333
return
CreateInstance
(editorType, _type);
359
editor =
CreateInstance
(editorType, _type);