Summary
Finds a named element in the name scope, returns immediately, doesn't traverse the name scope stack
- Namespace
- Avalonia
.Controls - Containing Type
- INameScope
Syntax
object Find(string name)
Parameters
Name | Type | Description |
---|---|---|
name | string | The name. |
Return Value
Type | Description |
---|---|
object | The element, or null if the name was not found. |