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 |
The logical and its ancestors. |