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