| AtIndex(IEnumerable<VisualElement>, int, TypeSearch, Predicate<VisualElement>) | Retrieves aVisualElementat a specified index. |
| AtIndex(IEnumerable<VisualElement>, int, string, TypeSearch, Predicate<VisualElement>) | Retrieves aVisualElementat a specified index according to the filter applied via the selector. |
| AtIndex(VisualElement, int, TypeSearch, Predicate<VisualElement>) | Retrieves aVisualElementat a specified index. |
| AtIndex(VisualElement, int, string, TypeSearch, Predicate<VisualElement>) | Retrieves aVisualElementat a specified index according to the filter applied via the selector. |
| AtIndex<TResult>(IEnumerable<VisualElement>, int, TypeSearch, Predicate<TResult>) | Retrieves an element at a specified index. |
| AtIndex<TResult>(IEnumerable<VisualElement>, int, string, TypeSearch, Predicate<TResult>) | Retrieves an element at a specified index according to the filter applied via the selector. |
| AtIndex<TResult>(VisualElement, int, TypeSearch, Predicate<TResult>) | Retrieves an element at a specified index. |
| AtIndex<TResult>(VisualElement, int, string, TypeSearch, Predicate<TResult>) | Retrieves an element at a specified index according to the filter applied via the selector. |
| AtLastIndex(IEnumerable<VisualElement>, int, TypeSearch, Predicate<VisualElement>) | Retrieves aVisualElementat a specified index (counting from the end). |
| AtLastIndex(IEnumerable<VisualElement>, int, string, TypeSearch, Predicate<VisualElement>) | Retrieves aVisualElementat a specified index (counting from the end) according to the filter applied via the selector. |
| AtLastIndex(VisualElement, int, TypeSearch, Predicate<VisualElement>) | Retrieves aVisualElementat a specified index (counting from the end). |
| AtLastIndex(VisualElement, int, string, TypeSearch, Predicate<VisualElement>) | Retrieves aVisualElementat a specified index (counting from the end) according to the filter applied via the selector. |
| AtLastIndex<TResult>(IEnumerable<VisualElement>, int, TypeSearch, Predicate<TResult>) | Retrieves an element at a specified index (counting from the end). |
| AtLastIndex<TResult>(IEnumerable<VisualElement>, int, string, TypeSearch, Predicate<TResult>) | Retrieves an element at a specified index (counting from the end) according to the filter applied via the selector. |
| AtLastIndex<TResult>(VisualElement, int, TypeSearch, Predicate<TResult>) | Retrieves an element at a specified index (counting from the end). |
| AtLastIndex<TResult>(VisualElement, int, string, TypeSearch, Predicate<TResult>) | Retrieves an element at a specified index (counting from the end) according to the filter applied via the selector. |
| Exists(IEnumerable<VisualElement>, TypeSearch, Predicate<VisualElement>) | Checks if there is aVisualElement. |
| Exists(IEnumerable<VisualElement>, string, TypeSearch, Predicate<VisualElement>) | Checks if there is aVisualElementaccording to the filter applied via the selector. |
| Exists(VisualElement, TypeSearch, Predicate<VisualElement>) | Checks if there is aVisualElement. |
| Exists(VisualElement, string, TypeSearch, Predicate<VisualElement>) | Checks if there is aVisualElementaccording to the filter applied via the selector. |
| Exists<TResult>(IEnumerable<VisualElement>, TypeSearch, Predicate<TResult>) | Checks if there is an element. |
| Exists<TResult>(IEnumerable<VisualElement>, string, TypeSearch, Predicate<TResult>) | Checks if there is an element according to the filter applied via the selector. |
| Exists<TResult>(VisualElement, TypeSearch, Predicate<TResult>) | Checks if there is an element. |
| Exists<TResult>(VisualElement, string, TypeSearch, Predicate<TResult>) | Checks if there is an element according to the filter applied via the selector. |
| Find(IEnumerable<VisualElement>, TypeSearch, Predicate<VisualElement>) | Retrieves allVisualElement. |
| Find(IEnumerable<VisualElement>, string, TypeSearch, Predicate<VisualElement>) | Retrieves allVisualElementfiltered according to the selector. |
| Find(VisualElement, TypeSearch, Predicate<VisualElement>) | Retrieves allVisualElement. |
| Find(VisualElement, string, TypeSearch, Predicate<VisualElement>) | Retrieves allVisualElementfiltered according to the selector. |
| Find<TResult>(IEnumerable<VisualElement>, TypeSearch, Predicate<TResult>) | Retrieves all elements. |
| Find<TResult>(IEnumerable<VisualElement>, string, TypeSearch, Predicate<TResult>) | Retrieves all elements filtered according to the selector. |
| Find<TResult>(VisualElement, TypeSearch, Predicate<TResult>) | Retrieves all elements. |
| Find<TResult>(VisualElement, string, TypeSearch, Predicate<TResult>) | Retrieves all elements filtered according to the selector. |
| GetContentContainer(VisualElement) | Gets the container hierarchically linked to the children. |
| GetFirst(IEnumerable<VisualElement>, TypeSearch, Predicate<VisualElement>) | Retrieves the firstVisualElement. |
| GetFirst(IEnumerable<VisualElement>, string, TypeSearch, Predicate<VisualElement>) | Retrieves the firstVisualElementaccording to the filter applied via the selector. |
| GetFirst(VisualElement, TypeSearch, Predicate<VisualElement>) | Retrieves the firstVisualElement. |
| GetFirst(VisualElement, string, TypeSearch, Predicate<VisualElement>) | Retrieves the firstVisualElementaccording to the filter applied via the selector. |
| GetFirst<TResult>(IEnumerable<VisualElement>, TypeSearch, Predicate<TResult>) | Retrieves the first element. |
| GetFirst<TResult>(IEnumerable<VisualElement>, string, TypeSearch, Predicate<TResult>) | Retrieves the first element according to the filter applied via the selector. |
| GetFirst<TResult>(VisualElement, TypeSearch, Predicate<TResult>) | Retrieves the first element. |
| GetFirst<TResult>(VisualElement, string, TypeSearch, Predicate<TResult>) | Retrieves the first element according to the filter applied via the selector. |
| GetHierarchicalPosition(VisualElement, VisualElement) | Gets the hierarchical position between 2 elements. |
| GetLast(IEnumerable<VisualElement>, TypeSearch, Predicate<VisualElement>) | Retrieves the lastVisualElement. |
| GetLast(IEnumerable<VisualElement>, string, TypeSearch, Predicate<VisualElement>) | Retrieves the lastVisualElementaccording to the filter applied via the selector. |
| GetLast(VisualElement, TypeSearch, Predicate<VisualElement>) | Retrieves the lastVisualElement. |
| GetLast(VisualElement, string, TypeSearch, Predicate<VisualElement>) | Retrieves the lastVisualElementaccording to the filter applied via the selector. |
| GetLast<TResult>(IEnumerable<VisualElement>, TypeSearch, Predicate<TResult>) | Retrieves the last element. |
| GetLast<TResult>(IEnumerable<VisualElement>, string, TypeSearch, Predicate<TResult>) | Retrieves the last element according to the filter applied via the selector. |
| GetLast<TResult>(VisualElement, TypeSearch, Predicate<TResult>) | Retrieves the last element. |
| GetLast<TResult>(VisualElement, string, TypeSearch, Predicate<TResult>) | Retrieves the last element according to the filter applied via the selector. |
| HasHierarchicalPosition(VisualElement, VisualElement, HierarchicalPosition) | Checks the hierarchical position between 2 elements. |
| Match(IEnumerable<VisualElement>, VisualElement, string, TypeSearch, MatchCombinator) | Checks if there is a match between the currentVisualElement(through a combinator) and the hosts, filtered by the selector.. The combinator is used to know the relationship between the currentVisualElementand the targetedVisualElementfrom the selector. |
| Match(VisualElement, VisualElement, string, TypeSearch, MatchCombinator) | Checks if there is a match between the currentVisualElement(through a combinator) and the host, filtered by the selector.. The combinator is used to know the relationship between the currentVisualElementand the targetedVisualElementfrom the selector. |
| PlaceToFirstPosition(VisualElement) | Moves the element to the first position in the parent ofVisualElement. |
| PlaceToLastPosition(VisualElement) | Moves the element to the last position in the parent ofVisualElement. |
| PlaceToPosition(VisualElement, int) | Change the position of the element in theVisualElementparent. |