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