3 references to IsReadOnlyProperty
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (3)
201this.SetBinding(IsReadOnlyProperty, readOnlyBinding); 322get { return (bool)GetValue(IsReadOnlyProperty); } 323private set { SetValue(IsReadOnlyProperty, value); }