3 references to ReadonlyProperty
System.Workflow.ComponentModel (3)
AuthoringOM\DependencyObject.cs (3)
37
SetReadOnlyPropertyValue(
ReadonlyProperty
, false);
72
return (bool)GetValue(
ReadonlyProperty
);
76
SetReadOnlyPropertyValue(
ReadonlyProperty
, value);