namespace Avalonia.LogicalTree { /// /// Represents a root of a logical tree. /// public interface ILogicalRoot : ILogical { } }