4 references to GetValueInternal
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
13093object? val = currentCell.GetValueInternal(rowIndex);
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (2)
2407object? value1 = dataGridViewCell1.GetValueInternal(rowIndex1); 2408object? value2 = dataGridViewCell2.GetValueInternal(rowIndex2);
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.RowComparer.cs (1)
55return dataGridViewRow.Cells[_sortedColumnIndex].GetValueInternal(rowIndex);