3 references to GetEditorAttribute
System.ComponentModel.TypeConverter (3)
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (3)
326
typeAttr =
GetEditorAttribute
(TypeDescriptor.GetAttributes(_type), editorBaseType);
327
EditorAttribute? instanceAttr =
GetEditorAttribute
(TypeDescriptor.GetAttributes(instance), editorBaseType);
353
typeAttr =
GetEditorAttribute
(TypeDescriptor.GetAttributes(_type), editorBaseType);