NameScopeExtensions Class

Extension methods for INameScope.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static class NameScopeExtensions
Inheritance
Object    NameScopeExtensions

Methods

FindT(ILogical, String) Finds a named element in an INameScope.
FindT(INameScope, String) Finds a named element in an INameScope.
FindNameScope(ILogical) 
GetT(ILogical, String) Gets a named element from an INameScope or throws if no element of the requested name was found.
GetT(INameScope, String) Gets a named element from an INameScope or throws if no element of the requested name was found.

See Also