-
Home
-
API
-
Avalonia.HeadlessTestingFramework
-
ControlFinder
-
Methods
-
FindAll()
FindAll() Method
Definition
Finds all matching controls of a specific type.
public IEnumerable<T> FindAll<T>()
where T : class
Type parameters
Returns
- IEnumerable<T>
- All controls matching the filters, cast to the specified type.