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