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