test = (from i in WinForm.Controls where i is Line || i is Rectangle || i is Ellipse select i).ToList;