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