3 references to GetCustomAttribute
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionList.cs (3)
81if (GetCustomAttribute(info, typeof(DescriptionAttribute)) is DescriptionAttribute descAttr) 86if (GetCustomAttribute(info, typeof(DisplayNameAttribute)) is DisplayNameAttribute dispNameAttr) 91if (GetCustomAttribute(info, typeof(CategoryAttribute)) is CategoryAttribute catAttr)