NameScopeLocator Class
Definition
public class NameScopeLocator
Constructors
| Name | Description |
|---|---|
| NameScopeLocator | No summary available. |
NameScopeLocator Constructor
public NameScopeLocator()
Methods
| Name | Description |
|---|---|
| Track | Tracks a named control relative to another control. |
Track Method
Tracks a named control relative to another control.
public IObservable<object> Track(Avalonia.Controls.INameScope scope, string name)
Parameters
scope Avalonia.Controls.INameScope
The scope relative from which the object should be resolved.
name string
The name of the object to find.
Returns
IObservable<object>