1 write to cells
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridRow.cs (1)
736cells = new ArrayList(DataGrid.myGridTable.GridColumnStyles.Count + 2);
6 references to cells
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridRow.cs (6)
733if (cells == null) { 737AddChildAccessibleObjects(cells); 827if (index < cells.Count) { 828return (AccessibleObject)cells[index]; 835return cells.Count; 847return (AccessibleObject)cells[cell.ColumnNumber];