26 references to SharedList
System.Windows.Forms (26)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (26)
240
return (DataGridViewRow) this.
SharedList
[rowIndex];
281
this.
SharedList
[index] = newDataGridViewRow;
400
int index = this.
SharedList
.Add(dataGridViewRow);
603
int index = this.
SharedList
.Add(dataGridViewRow);
606
Debug.Assert(this.rowStates.Count == this.
SharedList
.Count);
667
index = this.
SharedList
.Add(rowTemplate);
745
this.
SharedList
.Add(rowTemplate);
748
index = this.
SharedList
.Add(rowTemplate);
775
this.
SharedList
.Add(rowTemplate2);
778
index = this.
SharedList
.Add(rowTemplate2);
851
return this.
SharedList
.Add(dataGridViewRow);
911
int index = this.
SharedList
.Add(dataGridViewRow);
923
Debug.Assert(this.rowStates.Count == this.
SharedList
.Count);
967
this.
SharedList
.Clear();
1668
this.
SharedList
.Insert(rowIndex, dataGridViewRow);
1671
Debug.Assert(this.rowStates.Count == this.
SharedList
.Count);
1750
this.
SharedList
.Insert(indexDestination + i, rowTemplate);
1769
this.
SharedList
.Insert(indexDestination, rowTemplate);
1783
Debug.Assert(this.rowStates.Count == this.
SharedList
.Count);
1794
this.
SharedList
.Insert(indexDestination + i, rowTemplate2);
1812
Debug.Assert(this.rowStates.Count == this.
SharedList
.Count);
1859
this.
SharedList
.Insert(indexDestination, dataGridViewRow);
1861
Debug.Assert(this.rowStates.Count == this.
SharedList
.Count);
1942
this.
SharedList
.Insert(rowIndexInserted, dataGridViewRow);
1945
Debug.Assert(this.rowStates.Count == this.
SharedList
.Count);
2155
this.
SharedList
.RemoveAt(rowIndex);