4 references to IsPropertyWriteVisible
System.Xaml (4)
System\Xaml\XamlObjectReader.cs (4)
367if (context.IsPropertyWriteVisible(attachedProperty)) 506if (context.IsPropertyWriteVisible(property)) 921bool isReadOnly = !context.IsPropertyWriteVisible(property); 2325(context.IsPropertyWriteVisible(property) || property.Type.IsUsableAsReadOnly);