2 references to CancelCommandProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (2)
297get { return (ICommand)this.GetValue(ChoiceEditor.CancelCommandProperty); } 298set { this.SetValue(ChoiceEditor.CancelCommandProperty, value); }