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