12 references to items
System.Windows.Forms (12)
winforms\Managed\System\WinForms\DataGridViewSelectedCellCollection.cs (12)
48return this.items.Contains(value); 55return this.items.IndexOf(value); 97get { return this.items[index]; } 105this.items.CopyTo(array, index); 112get { return this.items.Count; } 133return this.items.GetEnumerator(); 145return this.items; 154return (DataGridViewCell) this.items[index]; 165return this.items.Add(dataGridViewCell); 200this.items.Add(dataGridViewCell); 219return this.items.IndexOf(dataGridViewCell) != -1; 225this.items.CopyTo(array, index);