Skip to main content

NameScopeExtensions Class

Extension methods for INameScope.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static class NameScopeExtensions
View Source
InheritanceObject → NameScopeExtensions

Methods

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

See Also

Reference

Avalonia.Controls Namespace