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)
- C#
- VB
- F#
IReadOnlyList<Object> DirectParentsStack { get; }
ReadOnly Property DirectParentsStack As IReadOnlyList(Of Object)
Get
abstract DirectParentsStack : IReadOnlyList<Object> with get
Property Value
See Also
Reference
IAvaloniaXamlIlEagerParentStackProvider Interface
Avalonia.Markup.Xaml.XamlIl.Runtime Namespace