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