2 writes to editRow
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGrid.cs (2)
4568editRow = null; 5909editRow = localGridRows[currentRow];
4 references to editRow
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGrid.cs (4)
4562editColumn.Abort(editRow.RowNumber); 5205Debug.WriteLineIf(CompModSwitches.DataGridEditing.TraceVerbose, "DataGridEditing: \t CommitEdit " + (editRow == null ? "" : editRow.RowNumber.ToString(CultureInfo.InvariantCulture))); 5966if (rowNumber != editRow.RowNumber) {