GetLogicalDescendantCount(ILogical) Method

Definition

Assembly HeadlessTestingFramework.dll

Gets the number of logical descendants (all levels).

public static int GetLogicalDescendantCount(this ILogical logical)

Parameters

logical
Avalonia.LogicalTree.ILogical

The root logical.

Returns

Int32
The count of all logical descendants.