3 instantiations of DelegateCommand
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (1)
143_clearFilterCommand = new DelegateCommand(this.ClearFilter);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (2)
338return new DelegateCommand(new DelegateCommand.SimpleEventHandler(SelectNextValue)); 350return new DelegateCommand(new DelegateCommand.SimpleEventHandler(SelectPreviousValue));
2 references to DelegateCommand
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (2)
338return new DelegateCommand(new DelegateCommand.SimpleEventHandler(SelectNextValue)); 350return new DelegateCommand(new DelegateCommand.SimpleEventHandler(SelectPreviousValue));