Table of Contents

Class NameScopeLocator

Namespace
Avalonia.Controls
Assembly
Avalonia.Base.dll
public class NameScopeLocator
Inheritance
NameScopeLocator
Inherited Members

Constructors

NameScopeLocator()

public NameScopeLocator()

Methods

Track(INameScope, string)

Tracks a named control relative to another control.

public static IObservable<object?> Track(INameScope scope, string name)

Parameters

scope INameScope

The scope relative from which the object should be resolved.

name string

The name of the object to find.

Returns

IObservable<object>