Table of Contents

Class AncestorFinder

Namespace
Avalonia.Controls.Utils
Assembly
Avalonia.Controls.dll
public static class AncestorFinder
Inheritance
AncestorFinder
Inherited Members

Methods

Create(StyledElement, Type)

public static IObservable<StyledElement?> Create(StyledElement control, Type ancestorType)

Parameters

control StyledElement
ancestorType Type

Returns

IObservable<StyledElement>

Create<T>(StyledElement)

public static IObservable<T?> Create<T>(StyledElement control) where T : StyledElement

Parameters

control StyledElement

Returns

IObservable<T>

Type Parameters

T