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