2 writes to AddNewRowCommand
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
71this.dgHelper.AddNewRowCommand = DesignerView.CreateArgumentCommand;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
68this.dgHelper.AddNewRowCommand = DesignerView.CreateVariableCommand;
4 references to AddNewRowCommand
System.Data (4)
cdf\src\NetFx40\Tools\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);