1 write to RefreshProperties
System.ComponentModel.Primitives (1)
System\ComponentModel\RefreshPropertiesAttribute.cs (1)
34RefreshProperties = refresh;
4 references to RefreshProperties
System.ComponentModel.Primitives (2)
System\ComponentModel\RefreshPropertiesAttribute.cs (2)
43obj is RefreshPropertiesAttribute other && other.RefreshProperties == RefreshProperties;
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));