Base:
4 references to IsDefaultAttribute
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiSelectRootGridEntry.PropertyMerger.cs (3)
144bool match = pivotProperty.GetAttribute<MergablePropertyAttribute>()?.IsDefaultAttribute() ?? false; 160if (property.GetAttribute<MergablePropertyAttribute>()?.IsDefaultAttribute() ?? false) 181match = property.GetAttribute<MergablePropertyAttribute>()?.IsDefaultAttribute() ?? false;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
49=> PropertyDescriptor.GetAttribute<MergablePropertyAttribute>()?.IsDefaultAttribute() ?? true;