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