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