5 references to GetCustomAttributes
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (4)
257return GetCustomAttributes(ownerType, descriptor.Name); 266return GetCustomAttributes(ownerType, dp.Name); 275return GetCustomAttributes(ownerType, member.Name); 538GetCustomAttributes(kv.Key, kvMember.Key);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\AttributeTable.cs (1)
178return _attributes.GetCustomAttributes(ownerType, memberName);