Finds all descendants of a specific type in the visual tree.
public static IEnumerable<T> FindAll<T>(this Visual root, bool includeSelf = false) where T : class
The root visual to search from.
Whether to include the root in the search.