11 references to items
System.Windows.Forms (11)
winforms\Managed\System\WinForms\DataGridViewSelectedRowCollection.cs (11)
48
return this.
items
.Contains(value);
55
return this.
items
.IndexOf(value);
97
get { return this.
items
[index]; }
105
this.
items
.CopyTo(array, index);
112
get { return this.
items
.Count; }
133
return this.
items
.GetEnumerator();
145
return this.
items
;
154
return (DataGridViewRow) this.
items
[index];
164
return this.
items
.Add(dataGridViewRow);
202
return this.
items
.IndexOf(dataGridViewRow) != -1;
208
this.
items
.CopyTo(array, index);