Finds all visible controls of a specific type in the logical tree.
public static IEnumerable<T> FindLogicalVisible<T>(this ILogical root) where T : Visual
The root logical to search from.