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