2 writes to AddNewRowCommand
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
71
this.dgHelper.
AddNewRowCommand
= DesignerView.CreateArgumentCommand;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
68
this.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)
497
else if (null != this.
AddNewRowCommand
)
500
RoutedCommand cmd = this.
AddNewRowCommand
as RoutedCommand;
503
if (this.
AddNewRowCommand
.CanExecute(btn.CommandParameter))
505
this.
AddNewRowCommand
.Execute(btn.CommandParameter);