2 writes to ignoreValueChanges
System.Data (2)
cdf\src\NetFx40\Tools\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.Data (3)
cdf\src\NetFx40\Tools\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");