2 references to GetCustomAttributeData
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\ReflectionHelper.cs (2)
230
string attrValue =
GetCustomAttributeData
(list, attrType, out typeValue, true, false);
242
return
GetCustomAttributeData
(list, attrType, out typeValue, false, allowZeroArgs);