3 writes to Value
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (3)
1098this.Value = this.InternalValue; 1104this.Value = this.InternalValue; 1132this.Value = newValue;
3 references to Value
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (3)
438this.ValueIndex = this.CollectionView.IndexOf(this.Value); 1041this.InternalValue = this.Value; 1180ValueIndex = IndexOf(Value);