3 references to Error_ReadOnlyField
System.Workflow.ComponentModel (3)
AuthoringOM\Bind.cs (1)
244throw new InvalidOperationException(SR.GetString(SR.Error_ReadOnlyField, memberInfo.Name));
AuthoringOM\Compiler\Validation\BindValidator.cs (2)
203error = new ValidationError(SR.GetString(SR.Error_ReadOnlyField, pathFieldInfo.Name), ErrorNumbers.Error_ReadOnlyField); 400error = new ValidationError(SR.GetString(SR.Error_ReadOnlyField, pathFieldInfo.Name), ErrorNumbers.Error_ReadOnlyField);