public static IEnumerable <T> FindAll <T>(this ControlCollection collection) where T : Control { return(collection.FindAll().OfType <T>()); }