7 references to SetValueInternal
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
10872dataGridViewCellNew.SetValueInternal(rowIndex, dataGridViewCellNew.DefaultNewRowValue); 19848dataGridViewCell.SetValueInternal(NewRowIndex, dataGridViewCell.DefaultNewRowValue); 25439return dataGridViewCurrentCell.SetValueInternal(_ptCurrentCell.Y, dgvcpe.Value); 25464return dataGridViewCurrentCell.SetValueInternal(_ptCurrentCell.Y, val);
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (1)
1805if (!cells[columnIndex].SetValueInternal(Index, values[columnIndex]))
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (2)
2409dataGridViewCell1.SetValueInternal(rowIndex1, value2); 2410dataGridViewCell2.SetValueInternal(rowIndex2, value1);