3 references to IsReadOnly
System.Workflow.ComponentModel (3)
AuthoringOM\DependencyObject.cs (3)
114
if (dependencyProperty.DefaultMetadata != null && dependencyProperty.DefaultMetadata.
IsReadOnly
)
208
if (!dependencyProperty.DefaultMetadata.
IsReadOnly
)
248
if (dependencyProperty.DefaultMetadata.
IsReadOnly
)