11 references to items
System.Windows.Forms (11)
winforms\Managed\System\WinForms\DataGridViewSelectedRowCollection.cs (11)
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 (DataGridViewRow) this.items[index]; 164return this.items.Add(dataGridViewRow); 202return this.items.IndexOf(dataGridViewRow) != -1; 208this.items.CopyTo(array, index);