IAvaloniaXamlIlEagerParentStackProvider Properties
Properties
DirectParentsStack | 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. |
ParentProvider | Gets the parent IAvaloniaXamlIlEagerParentStackProvider, if available. |
Parents | Gets 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