2 references to CantSetReadonlyProperty
System.Xaml (2)
System\Xaml\Runtime\DynamicMethodRuntime.cs (1)
261
throw new NotSupportedException(SR.Format(SR.
CantSetReadonlyProperty
, member));
System\Xaml\Schema\XamlMemberInvoker.cs (1)
76
throw new NotSupportedException(SR.Format(SR.
CantSetReadonlyProperty
, _member));