4 references to IsPropertyWriteVisible
System.Xaml (4)
System\Xaml\XamlObjectReader.cs (4)
372
if (context.
IsPropertyWriteVisible
(attachedProperty))
509
if (context.
IsPropertyWriteVisible
(property))
927
bool isReadOnly = !context.
IsPropertyWriteVisible
(property);
2316
(context.
IsPropertyWriteVisible
(property) || property.Type.IsUsableAsReadOnly);