2 references to AddNewInitializerCommand
System.Activities.Core.Presentation (2)
System\ServiceModel\Activities\Presentation\CorrelationInitializerDesigner.xaml.cs (2)
53
this.CommandBindings.Add(new CommandBinding(
AddNewInitializerCommand
, this.OnAddNewInitializerExecuted));
59
this.correlationInitializerDGHelper.AddNewRowCommand = CorrelationInitializerDesigner.
AddNewInitializerCommand
;