2 writes to ignoreValueChanges
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (2)
1218this.ignoreValueChanges = true; 1224this.ignoreValueChanges = false;
3 references to ignoreValueChanges
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (3)
510get { return this.ignoreValueChanges; } 1217Fx.Assert(this.ignoreValueChanges == false, "ignoreValueChanges should be false"); 1223Fx.Assert(this.ignoreValueChanges == true, "ignoreValueChanges should be false");