foreach (Control c in this.Controls)
{        
  if (c.GetType() == typeof(TextBox))
   {  
       //İşlemler    
   }  
}