Finds controls by CSS classes.
public static IEnumerable<T> FindByClass<T>(this Visual root, string className) where T : StyledElement
The root visual to search from.
The CSS class name to search for.