[]
Returns all the parents in the visual tree
public static IEnumerable<View> GetAllParents(this View elem)
Type | Name | Description |
---|---|---|
View | elem |
Type | Description |
---|---|
IEnumerable<View> | The list of ancestor framework elements in the visual tree hierarchy |