NameScopeExtensions Class

Summary

Extension methods for INameScope.
Namespace
Avalonia.Controls
Base Types
  • object
graph BT Type-->Base0["object"] Type["NameScopeExtensions"] class Type type-node

Syntax

public static class NameScopeExtensions

Methods

Name Value Summary
Find<T>(ILogical, string) T
Finds a named element in an INameScope.
static
Find<T>(INameScope, string) T
Finds a named element in an INameScope.
static
FindNameScope(ILogical) INameScope
static
Get<T>(ILogical, string) T
Gets a named element from an INameScope or throws if no element of the requested name was found.
static
Get<T>(INameScope, string) T
Gets a named element from an INameScope or throws if no element of the requested name was found.
static