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