2 references to IsReadOnlyMethod
System.Xaml (2)
System\Xaml\XamlObjectReader.cs (2)
721if (!allowReadOnly && xamlType.IsReadOnlyMethod != null) 723bool isReadOnly = (bool)xamlType.IsReadOnlyMethod.Invoke(propertyValue, null);