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