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