FindHidden(Visual) Method

Definition

Assembly HeadlessTestingFramework.dll

Finds all hidden (not visible) controls of a specific type.

public static IEnumerable<T> FindHidden<T>(this Visual root)
    where T : Visual

Type parameters

T
The type of controls to find.

Parameters

root
Avalonia.Visual

The root visual to search from.

Returns

IEnumerable<T>
All hidden controls of the specified type.