<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.ComponentModel.RefreshPropertiesAttribute

public sealed class RefreshPropertiesAttribute : Attribute
namespace System.ComponentModel { public sealed class RefreshPropertiesAttribute : Attribute { public static readonly RefreshPropertiesAttribute All; public static readonly RefreshPropertiesAttribute Default; public static readonly RefreshPropertiesAttribute Repaint; public RefreshProperties RefreshProperties { get; } public RefreshPropertiesAttribute(RefreshProperties refresh); } }