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