7 references to ValueIndexProperty
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (7)
131get { return (int)this.GetValue(ChoiceEditor.ValueIndexProperty); } 132set { this.SetValue(ChoiceEditor.ValueIndexProperty, value); } 952ValueEditorUtils.UpdateBinding(this, ChoiceEditor.ValueIndexProperty, UpdateBindingType.Source); 955ValueEditorUtils.UpdateBinding(this, ChoiceEditor.ValueIndexProperty, UpdateBindingType.Target); 975ValueEditorUtils.UpdateBinding(this, ChoiceEditor.ValueIndexProperty, UpdateBindingType.Target); 1178if (sourceChanged || ReadLocalValue(ValueIndexProperty) == DependencyProperty.UnsetValue) 1185ClearValue(ValueIndexProperty);