LogicalExtensions.

GetSelfAndLogicalAncestors(ILogical) Method

Summary

Enumerates an ILogical and its ancestors in the logical tree.
Namespace
Avalonia.LogicalTree
Containing Type
LogicalExtensions

Syntax

public static IEnumerable<ILogical> GetSelfAndLogicalAncestors(this ILogical logical)

Parameters

Name Type Description
logical ILogical The logical.

Return Value

Type Description
IEnumerable<ILogical> The logical and its ancestors.