3 references to EditingElement
PresentationFramework (3)
System\Windows\Controls\DataGrid.cs (2)
2352DataGridCellEditEndingEventArgs cellEditEndingEventArgs = new DataGridCellEditEndingEventArgs(cell.Column, cell.RowOwner, cell.EditingElement, DataGridEditAction.Commit); 2525DataGridCellEditEndingEventArgs cellEditEndingEventArgs = new DataGridCellEditEndingEventArgs(cell.Column, cell.RowOwner, cell.EditingElement, DataGridEditAction.Cancel);
System\Windows\Controls\DataGridCell.cs (1)
631FrameworkElement currentEditingElement = EditingElement;