Finds all hidden (not visible) controls of a specific type.
public static IEnumerable<T> FindHidden<T>(this Visual root) where T : Visual
The root visual to search from.