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