7 references to SetValueInternal
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
10816dataGridViewCellNew.SetValueInternal(rowIndex, dataGridViewCellNew.DefaultNewRowValue); 19786dataGridViewCell.SetValueInternal(NewRowIndex, dataGridViewCell.DefaultNewRowValue); 25369return dataGridViewCurrentCell.SetValueInternal(_ptCurrentCell.Y, dgvcpe.Value); 25394return 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);