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