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