4 writes to InternalValue
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (4)
400this.InternalValue = null; 1041this.InternalValue = this.Value; 1045this.InternalValue = null; 1080this.InternalValue = this.GetItemAt(this.ValueIndex);
8 references to InternalValue
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (8)
1051if (this.InternalValue != null && !this.IsNinched) 1054if (converter != null && converter.CanConvertFrom(this.InternalValue.GetType())) 1056newStringValue = converter.ConvertToString(this.InternalValue); 1060newStringValue = this.InternalValue.ToString(); 1098this.Value = this.InternalValue; 1102if (this.InternalValue != null) 1104this.Value = this.InternalValue; 1135if (newValue != this.InternalValue)