src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\ReflectionHelper.cs (2)
256attrValue = GetCustomAttributeData(list[j], attrType, out typeValue, allowTypeAlso, false, allowZeroArgs);
294attributeDataString = GetCustomAttributeData(cad, attrType, out typeValue, allowTypeAlso, false, false);