2 writes to AddNewRowCommand
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
71this.dgHelper.AddNewRowCommand = DesignerView.CreateArgumentCommand;
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
68this.dgHelper.AddNewRowCommand = DesignerView.CreateVariableCommand;
4 references to AddNewRowCommand
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (4)
497else if (null != this.AddNewRowCommand) 500RoutedCommand cmd = this.AddNewRowCommand as RoutedCommand; 503if (this.AddNewRowCommand.CanExecute(btn.CommandParameter)) 505this.AddNewRowCommand.Execute(btn.CommandParameter);