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