-
Home
-
API
-
Avalonia.HeadlessTestingFramework
-
LogicalTreeTestHelper
-
Methods
-
ContainsLogicalNamed(ILogical, String)
ContainsLogicalNamed(ILogical, String) Method
Definition
Checks if a logical contains a descendant with a specific name.
public static bool ContainsLogicalNamed(this ILogical root, string name)
Parameters
- name
- String
The name to search for.
Returns
- Boolean
- True if a descendant with the specified name exists.