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