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 |
Finds a named element in an
INameScope .
static
|
Find |
T |
Finds a named element in an
INameScope .
static
|
FindNameScope |
INameScope |
static
|
Get |
T |
Gets a named element from an
INameScope or throws if no element of the
requested name was found.
static
|
Get |
T |
Gets a named element from an
INameScope or throws if no element of the
requested name was found.
static
|