3 references to None
System.ComponentModel.Primitives (1)
System\ComponentModel\RefreshPropertiesAttribute.cs (1)
30
public static readonly RefreshPropertiesAttribute Default = new RefreshPropertiesAttribute(RefreshProperties.
None
);
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
305
!refreshAttribute.RefreshProperties.Equals(RefreshProperties.
None
))
609
bool needsRefresh = wasExpanded || (refresh is not null && !refresh.RefreshProperties.Equals(RefreshProperties.
None
));