3 references to ReflectGetAttributes
System.ComponentModel.TypeConverter (3)
System\ComponentModel\ReflectPropertyDescriptor.cs (1)
856stAttrs = ReflectTypeDescriptionProvider.ReflectGetAttributes(specificType);
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (2)
89var attributes = new List<Attribute>(ReflectGetAttributes(_type)); 94attributes.AddRange(ReflectGetAttributes(baseType));