3 references to None
System (1)
compmod\system\componentmodel\design\RefreshPropertiesAttribute.cs (1)
44
public static readonly RefreshPropertiesAttribute Default = new RefreshPropertiesAttribute(RefreshProperties.
None
);
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
421
if ((refreshAttr != null && !refreshAttr.RefreshProperties.Equals(RefreshProperties.
None
))) {
691
bool needsRefresh = wasExpanded || (refreshAttr != null && !refreshAttr.RefreshProperties.Equals(RefreshProperties.
None
));