1 write to isSelectingValue
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (1)
416this.isSelectingValue = value;
4 references to isSelectingValue
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (4)
411get { return this.isSelectingValue; } 414if (this.isSelectingValue != value) 418if (this.isTextEditing && !this.isSelectingValue) 433if (this.isSelectingValue && this.CollectionView != null)