using System; namespace Avalonia.Controls { /// /// Indicates that the property resolves an element by Name or x:Name. /// When applying this to attached properties, ensure to put on both /// the Getter and Setter methods. /// public class ResolveByNameAttribute : Attribute { } }