35 references to SharedList
System.Windows.Forms (35)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (35)
112
public DataGridViewRow SharedRow(int rowIndex) =>
SharedList
[rowIndex];
126
if (
SharedList
.LastIndexOf(dataGridViewRow) == index &&
SharedList
.IndexOf(dataGridViewRow) == index)
141
SharedList
[index] = newDataGridViewRow;
252
SharedList
.Add(dataGridViewRow);
253
int index =
SharedList
.Count - 1;
438
SharedList
.Add(dataGridViewRow);
439
int index =
SharedList
.Count - 1;
442
Debug.Assert(_rowStates.Count ==
SharedList
.Count);
507
SharedList
.Add(rowTemplate);
508
index =
SharedList
.Count - 1;
590
SharedList
.Add(rowTemplate);
594
SharedList
.Add(rowTemplate);
595
index =
SharedList
.Count - 1;
623
SharedList
.Add(rowTemplate2);
627
SharedList
.Add(rowTemplate2);
628
index =
SharedList
.Count - 1;
706
SharedList
.Add(dataGridViewRow);
708
return
SharedList
.Count - 1;
764
SharedList
.Add(dataGridViewRow);
765
int index =
SharedList
.Count - 1;
778
Debug.Assert(_rowStates.Count ==
SharedList
.Count);
821
SharedList
.Clear();
1540
SharedList
.Insert(rowIndex, dataGridViewRow);
1543
Debug.Assert(_rowStates.Count ==
SharedList
.Count);
1621
SharedList
.Insert(indexDestination + i, rowTemplate);
1640
SharedList
.Insert(indexDestination, rowTemplate);
1654
Debug.Assert(_rowStates.Count ==
SharedList
.Count);
1665
SharedList
.Insert(indexDestination + i, rowTemplate2);
1683
Debug.Assert(_rowStates.Count ==
SharedList
.Count);
1734
SharedList
.Insert(indexDestination, dataGridViewRow);
1736
Debug.Assert(_rowStates.Count ==
SharedList
.Count);
1814
SharedList
.Insert(rowIndexInserted, dataGridViewRow);
1817
Debug.Assert(_rowStates.Count ==
SharedList
.Count);
2030
SharedList
.RemoveAt(rowIndex);