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