3 references to None
System.ComponentModel.Primitives (1)
System\ComponentModel\RefreshPropertiesAttribute.cs (1)
30public 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)) 609bool needsRefresh = wasExpanded || (refresh is not null && !refresh.RefreshProperties.Equals(RefreshProperties.None));