2 references to ReadOnlyPropertyNotAllowed
PresentationFramework (2)
System\Windows\FrameworkElementFactory.cs (1)
222throw new ArgumentException(SR.Format(SR.ReadOnlyPropertyNotAllowed, dp.Name, GetType().Name));
System\Windows\Setter.cs (1)
68throw new ArgumentException(SR.Format(SR.ReadOnlyPropertyNotAllowed, property.Name, GetType().Name));