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