4 references to IsPropertyWriteVisible
System.Xaml (4)
System\Xaml\XamlObjectReader.cs (4)
366if (context.IsPropertyWriteVisible(attachedProperty)) 505if (context.IsPropertyWriteVisible(property)) 920bool isReadOnly = !context.IsPropertyWriteVisible(property); 2324(context.IsPropertyWriteVisible(property) || property.Type.IsUsableAsReadOnly);