12 references to items
System.Windows.Forms (12)
winforms\Managed\System\WinForms\DataGridViewSelectedCellCollection.cs (12)
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 (DataGridViewCell) this.
items
[index];
165
return this.
items
.Add(dataGridViewCell);
200
this.
items
.Add(dataGridViewCell);
219
return this.
items
.IndexOf(dataGridViewCell) != -1;
225
this.
items
.CopyTo(array, index);