3 instantiations of DelegateCommand
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (1)
143_clearFilterCommand = new DelegateCommand(this.ClearFilter);
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.Activities.Presentation (2)
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));