Base:
method
IsDefaultAttribute
System.Attribute.IsDefaultAttribute()
2 references to IsDefaultAttribute
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
113if (helpAttribute != null && !helpAttribute.IsDefaultAttribute()) {
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
192if (helpAttribute != null && !helpAttribute.IsDefaultAttribute()) {