4 references to GetValueInternal
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
13492object val = currentCell.GetValueInternal(rowIndex);
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (3)
2509object value1 = dataGridViewCell1.GetValueInternal(rowIndex1); 2510object value2 = dataGridViewCell2.GetValueInternal(rowIndex2); 2815return dataGridViewRow.Cells[this.sortedColumnIndex].GetValueInternal(rowIndex);