1 write to dataGridRows
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGrid.cs (1)
1398dataGridRows = newRows;
9 references to dataGridRows
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGrid.cs (9)
1296if (dataGridRows == null) 1298return dataGridRows; 9062return ((DataGrid)Owner).dataGridRows.Length; 9103if (dataGrid.dataGridRows == null) { 9119Debug.Assert(dataGrid.dataGridRows[index].RowNumber == index, "Row number is wrong!"); 9120return dataGrid.dataGridRows[index].AccessibleObject; 9140int rowCount = dataGrid.dataGridRows.Length; 9144if (currentRow < dataGrid.dataGridRows.Length && currentCol < dataGrid.myGridTable.GridColumnStyles.Count) { 9145return dataGrid.dataGridRows[currentRow].AccessibleObject.GetChild(currentCol);