Implemented interface member:
method
GetAttributes
System.ComponentModel.ICustomTypeDescriptor.GetAttributes()
2 overrides of GetAttributes
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\AssociatedMetadataTypeTypeDescriptor.cs (1)
75public override AttributeCollection GetAttributes()
System.ComponentModel.TypeConverter (1)
System\ComponentModel\TypeDescriptor.cs (1)
2916public override AttributeCollection GetAttributes()
2 references to GetAttributes
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\AssociatedMetadataTypeTypeDescriptor.cs (1)
80AttributeCollection attributes = base.GetAttributes();
System.ComponentModel.TypeConverter (1)
System\ComponentModel\TypeDescriptor.cs (1)
2919AttributeCollection existing = base.GetAttributes();