2 references to GetCustomAttributeData
PresentationBuildTasks (2)
Shared\System\Windows\Markup\ReflectionHelper.cs (2)
203
string attrValue =
GetCustomAttributeData
(list, attrType, out typeValue, true, false);
215
return
GetCustomAttributeData
(list, attrType, out typeValue, false, allowZeroArgs);