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