6 writes to ValueIndex
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (6)
438this.ValueIndex = this.CollectionView.IndexOf(this.Value); 527this.ValueIndex = currentIndex; 543this.ValueIndex = currentIndex; 777this.ValueIndex = 0; 782this.ValueIndex = this.CollectionView.Count - 1; 1180ValueIndex = IndexOf(Value);
3 references to ValueIndex
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (3)
516int currentIndex = this.ValueIndex; 532int currentIndex = this.ValueIndex; 1080this.InternalValue = this.GetItemAt(this.ValueIndex);