2 writes to isTextEditing
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (2)
715this.isTextEditing = true; 865this.isTextEditing = false;
5 references to isTextEditing
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (5)
377if (!this.isTextEditing) 398if (this.ShouldCommitInternalStringValueChanges && this.isTextEditing) 418if (this.isTextEditing && !this.isSelectingValue) 663return choice.isTextEditing; 861if (this.isTextEditing)