Base:
2 references to IsDefaultAttribute
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ExtendedPropertyDescriptor.cs (1)
96if (!(Attributes[typeof(DisplayNameAttribute)] is DisplayNameAttribute displayNameAttr) || displayNameAttr.IsDefaultAttribute())
System\ComponentModel\MemberDescriptor.cs (1)
204if (!(Attributes[typeof(DisplayNameAttribute)] is DisplayNameAttribute displayNameAttr) || displayNameAttr.IsDefaultAttribute())