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