Base:
method
Equals
System.Attribute.Equals(System.Object)
3 references to Equals
System (1)
compmod\system\componentmodel\design\RefreshPropertiesAttribute.cs (1)
92
return this.
Equals
(Default);
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
422
this.GridEntryHost.Refresh(refreshAttr != null && refreshAttr.
Equals
(RefreshPropertiesAttribute.All));
776
this.GridEntryHost.Refresh(refreshAttr != null && refreshAttr.
Equals
(RefreshPropertiesAttribute.All));