Skip to main content

IAvaloniaXamlIlEagerParentStackProvider Properties

Properties

DirectParentsStackGets 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.
ParentProviderGets the parent IAvaloniaXamlIlEagerParentStackProvider, if available.
ParentsGets an enumerator iterating over the available parents in the whole hierarchy. The parents are returned in normal order: the first element is the most direct parent while the last element is the most distant ancestor.
(Inherited from IAvaloniaXamlIlParentStackProvider)

See Also

Reference

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