2 writes to internalChangeLockCount
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (2)
1155this.internalChangeLockCount++; 1200this.internalChangeLockCount--;
2 references to internalChangeLockCount
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (2)
500get { return this.internalChangeLockCount == 0; } 1201Fx.Assert(this.internalChangeLockCount >= 0, "internalChangeLockCount should be positive");