Skip to main content

DirectParentsStack Property

Gets the directly available parents (which don't include ones returned by parent providers). The parents are returned in reverse order: the last element is the most direct parent while the first element is the most distant ancestor.

Definition

Namespace: Avalonia.Markup.Xaml.XamlIl.Runtime
Assembly: Avalonia.Markup.Xaml (in Avalonia.Markup.Xaml.dll)

IReadOnlyList<Object> DirectParentsStack { get; }

Property Value

IReadOnlyList(Object)

See Also

Reference

IAvaloniaXamlIlEagerParentStackProvider Interface
Avalonia.Markup.Xaml.XamlIl.Runtime Namespace