Implemented interface member:
method
GetAttributes
System.ComponentModel.ICustomTypeDescriptor.GetAttributes()
3 overrides of GetAttributes
System (1)
compmod\system\componentmodel\TypeDescriptor.cs (1)
3385public override AttributeCollection GetAttributes()
System.ComponentModel.DataAnnotations (1)
DataAnnotations\AssociatedMetadataTypeTypeDescriptor.cs (1)
64public override AttributeCollection GetAttributes() {
System.Workflow.ComponentModel (1)
AuthoringOM\Design\PropertyDescriptors.cs (1)
806public override AttributeCollection GetAttributes()
3 references to GetAttributes
System (1)
compmod\system\componentmodel\TypeDescriptor.cs (1)
3388AttributeCollection existing = base.GetAttributes();
System.ComponentModel.DataAnnotations (1)
DataAnnotations\AssociatedMetadataTypeTypeDescriptor.cs (1)
68AttributeCollection attributes = base.GetAttributes();
System.Workflow.ComponentModel (1)
AuthoringOM\Design\PropertyDescriptors.cs (1)
809foreach (Attribute attribute in base.GetAttributes())