Base:
2 references to Equals
System.ComponentModel.Primitives (1)
System\ComponentModel\RefreshPropertiesAttribute.cs (1)
47
public override bool IsDefaultAttribute() =>
Equals
(Default);
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
307
OwnerGridView?.Refresh(fullRefresh: refreshAttribute.
Equals
(RefreshPropertiesAttribute.All));