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