1 instantiation of DataGridViewRowCollection
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
5425
return new
DataGridViewRowCollection
(this);
39 references to DataGridViewRowCollection
System.Windows.Forms (39)
winforms\Managed\System\WinForms\DataGridView.cs (2)
292
private
DataGridViewRowCollection
dataGridViewRows;
4437
public
DataGridViewRowCollection
Rows
winforms\Managed\System\WinForms\DataGridViewButtonColumn.cs (3)
99
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
141
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
183
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (5)
117
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
157
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
198
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
241
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
295
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
winforms\Managed\System\WinForms\DataGridViewComboBoxColumn.cs (11)
56
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
133
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
176
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
217
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
259
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
299
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
338
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
401
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
440
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
479
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
525
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
winforms\Managed\System\WinForms\DataGridViewImageColumn.cs (3)
116
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
210
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
249
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
winforms\Managed\System\WinForms\DataGridViewLinkColumn.cs (7)
51
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
122
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
161
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
213
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
255
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
295
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
334
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
5423
protected virtual
DataGridViewRowCollection
CreateRowsInstance()
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (6)
2662
private
DataGridViewRowCollection
owner;
2665
public RowArrayList(
DataGridViewRowCollection
owner)
2775
private
DataGridViewRowCollection
dataGridViewRows;
2782
public RowComparer(
DataGridViewRowCollection
dataGridViewRows, IComparer customComparer, bool ascending)
2907
private
DataGridViewRowCollection
owner;
2913
public UnsharingRowEnumerator(
DataGridViewRowCollection
owner)
winforms\Managed\System\WinForms\DataGridViewTextBoxColumn.cs (1)
72
DataGridViewRowCollection
dataGridViewRows = this.DataGridView.Rows;