6 references to DataGridCellEditEnding
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (6)
115if (this.DataGridCellEditEnding != null) 117this.DataGridCellEditEnding(sender, e); 1336helper.DataGridCellEditEnding += OnCellEditEnding; 1367helper.DataGridCellEditEnding -= this.OnCellEditEnding; 1402helper.DataGridCellEditEnding += OnCellEditEnding; 1448helper.DataGridCellEditEnding -= OnCellEditEnding;