System.ComponentModel.NotifyParentPropertyAttribute
namespace System.ComponentModel
{
public sealed class NotifyParentPropertyAttribute : Attribute
{
public static readonly NotifyParentPropertyAttribute Default;
public static readonly NotifyParentPropertyAttribute No;
public static readonly NotifyParentPropertyAttribute Yes;
public bool NotifyParent { get; }
public NotifyParentPropertyAttribute(bool notifyParent);
}
}