foreach (var item in this.listView1.Items .OfType() .Where(x => x.Checked)) { item.Checked = false; }